Jump to content
Search Community

consecutive tweens

kirks61 test
Moderator Tag

Recommended Posts

I have just upgraded to CS5, and I'm noticing that Flash is not performing consecutive tween commands simultaneously like it used to in my project. It only performs the last command. In the code below, only the last command gets executed. If I put everything in the same command, it would cause unwanted results.

 

TweenLite.to(MaskStar_mc, 3, {_xscale:5000,_yscale:6500, ease:Linear.easeIn});
TweenLite.to(MaskStar_mc, 1, {_x:-10,_y:10, ease:Linear.easeIn});
TweenLite.to(MaskStar_mc, 2.5, {_rotation:-359, ease:Linear.easeIn});

 

Any idea what I'm doing wrong or what I need to do differently in CS5?

I know I should be using AS3 but this project is going to be AS2 for various reasons so I need an AS2 solution.

 

ks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...