Is it possible to make an animation that would increment all the movieClips "y" position by 30?
lol something like that ;) listMove = new Move(_array); listMove.animationStyle(1000,Quad.easeOut,"onCallback"); listMove.run(0, +=30)
You'd have to do this with slightly more code, not just 3 lines. ;)
Best, Alex
Yea... thank you but what do you suggest?!
For example, I have 30 movieclips to animate, I make 30 ap objects? make a loop?!?
Log in to post a comment.
Is it possible to make an animation that would increment all the movieClips "y" position by 30?
lol something like that ;)
listMove = new Move(_array);
listMove.animationStyle(1000,Quad.easeOut,"onCallback");
listMove.run(0, +=30)
You'd have to do this with slightly more code, not just 3 lines. ;)
Best,
Alex
Yea... thank you but what do you suggest?!
For example, I have 30 movieclips to animate, I make 30 ap objects? make a loop?!?