greensock.tweenlite
greensock.tweenlite
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- chrisRG0
ok, to a very rough test, u can do the following:
- unzip it to your desktop (gs folder with TweeLite.as and others)
- create an empty flash file (as3) and save it on your desktop too.
- create a movieclip on your stage, give it an instance name (myClip), put the clip at the very top left of your stage.- open the actions panel and try something like:
import gs.TweenLite;
TweenLite.to( myClip, 2, { x:500 } );let me know what happened.