greensock.tweenlite
- Started
- Last post
- 10 Responses
- colour
doesnt work on vista does it
you twatstaken me 3days to find that out
- fyoucher10
works for me just fine. how and where are you importing the file?
- colour0
i did it on my desktop - tried everything
just comes up with mad errors saying thats certains instances already existand yes i did extract it properly from the zip
- CyBrain0
Could be a classpath error?
I still find that shit very hard to deal with.
- chrisRG0
what errors are you getting?
- colour0
actually now its not coming up with any errors but still isnt working
- 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.
- colour0
nothing happened - and no errors
i did this tho cos its as2
import gs.*;
import gs.easing.*;TweenLite.to(mc_circle, 1, {_x:100, _y:200});
- mathinc0
Hmm dunno what to tell you. If you'd like you can email it to me and I'll look it over.