Jump to content
Search Community

Dieter

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Dieter

  1. @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.

  2. 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...