Jump to content
Search Community

CarinC

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by CarinC

  1. Hi,

     

    I'm using the latest version for AS3 (greensock-v12-as3) in Flash Pro CS6 with a Shockingly Green membership.

     

    I'd like to save a bezierThrough tween in a var, so that I can reverse it later on, but I only know how to use bezierThrough by calling the TweenMax.to or TweenMax.from methods, so don't know how to instantiate a bezierThrough.

     

    I'd like to use this syntax:

    "var myTween:TweenMax = new TweenMax(-mybezierThrough tween-);"

     

    but how to do it when bezierThrough syntax is:

    TweenMax.to(mc, 3, {bezierThrough:[{x:300, y:345}], orientToBezier:true, ease:Bounce.easeOut});

     

    Thanks,

     

    Carin

×
×
  • Create New...