Jump to content
Search Community

turb

Members
  • Posts

    5
  • Joined

  • Last visited

turb's Achievements

0

Reputation

  1. Hi, I'm currently trying to stop an animation at the middle (green dot) of a bezier path. I use delayedCall & timeScale to achieve it but I can't get it stop exactly at the middle point. Can someone tell me what's wrong with my code? http://codepen.io/turbulence/pen/RROZJw Thanks
  2. Thanks alot Carl, that's exactly what I was looking for..... many thanks!
  3. Hi, I'm new to TweenMax and was trying to achieve the following: I have a movieclip that move from left to right. What I want is that during the animation, to have a blur effect that kind of "fade in" and "fade out" on the beginning and end of the animation. Right now I'm able to blur my mc but I have problem with the "fade" parts. TweenMax.to(row_1, 8, { x:String(newX), blurFilter:{ blurX:40, remove:true } }); Can someone help me figuring out how to fade the blur effect with a sample or a tutorial. Thanks alot
  4. Thank for the quick reply! Congrat for your class btw!
  5. Hi, I have this at root on frame #1 import gs.*; import gs.easing.*; Now, when I try to use the TweenLite.to() somewhere not at root (ex. in a movieclip), I've got an error. Please help me turb
×
×
  • Create New...