Jump to content
Search Community

vjschwartz

Members
  • Posts

    5
  • Joined

  • Last visited

vjschwartz's Achievements

0

Reputation

  1. Ah, it must have been typed incorrectly because a while back I tried everything to make it work, including messing around with the name. However, it's still not working! Thanks for all your help - I am going to see if I can get someone around here to look at it, and maybe they will be able to see what I am not seeing. Valerie
  2. I see what you mean, but I am still not getting it to work. After your reply I changed the code to this: TweenLite.to(clockwork_mc, 1, {transformAroundPoint:{point:new Point(61,11), rotation:30}, ease:Elastic.easeOut}); Then when I tested it, the .swf was still flashing white, so I was unable to see anything. So after playing around, I tried commenting out the activation codes, and was then able to see the page. Not sure what that's about, maybe I am not activating the plugin correctly. I am still receiving this error: Scene 1, Layer 'as', Frame 1, Line 1120: Access of undefined property TransformAroundPointPlugin. TweenPlugin.activate([TransformAroundPointPlugin]); It seems there is a problem with the name, since it says undefined property (unless I am doing something stupid due to my inexperience with all of this, so apologies if that's the case). My teacher and I tried making a new movie to see if it was just my file, but got the same result. Attached is my homepage .fla if you need it, and the test .fla Thanks!
  3. Yep, using AS3. I just zipped it as it was because I wasn't sure exactly what you wanted me to leave out, sorry, but hope this is what you need. I am trying to rotate the words in the top left, so I started with the word Clockwork. Thanks very much.
  4. I actually did purchase the membership and download the plugin and everything - sorry I didn't mention that in the post.
  5. I am trying to get certain bits of text to rotate around a point using this plugin, and though I carefully read instructions and believe I activated it correctly (maybe?), neither me nor my teacher can figure out why it won't work. I am very new to Flash, any help would be appreciated - thanks! This is the code: import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; import flash.geom.Point; TweenPlugin.activate([TransformAroundPointPlugin]); TweenLite.to(clockwork_mc, 1, {transformAroundPoint:{point:new Point(232,211), scaleX:0.5, scaleY:0.5}, ease:Elastic.easeOut}); stop(); And this is the error message I am getting: Scene 1, Layer 'as', Frame 1, Line 1120: Access of undefined property TransformAroundPointPlugin. TweenPlugin.activate([TransformAroundPointPlugin]);
×
×
  • Create New...