Jump to content
Search Community

Dieter

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Dieter

  1. Hmm... that works I guess. So there is no way to do it the OO way? How would I access the tween from another method then? No chance?
  2. @carl schooff I'm sorry. I was a bit in a rush earlier so didn't completely explained myself. I'm talking about the fromTo() method from the TweenMax library. With reverting I indeed meant reversing. I want to achieve what the transformAroundCenter does. Basically transform/scale a movieclip then reverse it after a certain amount of time. I thought I could do that by using the TweenMax library in OO principle.
  3. You can't do this part: new TweenMax.fromTo You can't create an instance of a method. That just doesn't work.
  4. Hey all, I've been using Greensock libraries for a long time now. Today is the first time I had to use the fromTo method though. With TweenLite package I could easily make a tween like this: var myTween:TweenLite = new TweenLite(myMc, 1, {alpha:0}); How would I do this with the tweenTo method though? I need to do this for reverting the animation. Thanks beforehand! Cheers, Dieter.
×
×
  • Create New...