Share Posted December 12, 2010 Hi, How can I make my movie clip like the following: 1) Move forward to x:200 2) Stop for a while 3) Move forward to x:400 Just like in the following example: http://www.snorkl.tv/2010/08/flash-cs4- ... lor-tween/ Thanks. Link to comment Share on other sites More sharing options...
Share Posted December 13, 2010 Hello Learner_7n, The car animation you linked to is actually a flash timeline animation. The easiest approach would be: TweenLite.to(some_mc, 1, {x:200}); TweenLite.to(some_mc, 1, {x:400, delay:5}); Carl Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now