|
-
motion tweening
import mx.transitions.Tween;
import mx.transitions.easing.*;
var xPosT:Tween = new Tween(lineh1, "_x", Strong.easeOut, -100, 165.0, 2, true);
var xPosT:Tween = new Tween(linev1, "_y", Strong.easeOut, -100, 62.0, 3, true);
I am trying to animate some mc in the begining, I write a script for motion tweening, how can I set the time interval for the mc to start moving?
e.g mc lineh1 to move first, after 2 secs, linev1 move.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|