Hi,
is there a way in as3 to run multiple tweens at the same time without them crashing?
eg. I had a problem with a movie clip… on mouse over it would glow, and if clicked it would move to another place… the problem was if the user clicked the clip while it was glowing, the “glow” tween was interupted and the clip moved to another place but kept the glow…
another eg. if i play an embedded video at the same time an animaton of some sort starts at another part of the screen, they both slow down…
so basicly, is there a way to make multiple tweens and/or videos run smooth at the sam time?
btw: im using tweenlite…