Jump to content
Search Community

GRAPHiCbr

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by GRAPHiCbr

  1. Hi all,

     

    Is there a way that I can use the object oriented syntax to make a from() call with TweenLite?

    So I can later use a myTween.reverse().

     

    Ex:

     

    myTween:TweenLite = new TweenLite.from(mc, 1, {something});
    
    later on... myTween.reverse();

     

    I tryed it all btu I allways get the msg "1048: Method cannot be used as a constructor."

    Where CAN I use the Method then?

     

    Thx.

×
×
  • Create New...