Hey All.
I’m new to this forum and AS3 as well.
:hurt: need a little help with Flash, have a few movieClips and I would like them to play one after the other. [at end of MovieClip play next movieClip]. Using AS3 to Tween, this is my first Clip props.
import fl.transitions.Tween;
import fl.transitions.easing.*;
var myTween:Tween = new Tween(FloatRight_mc, “x”, Regular.easeOut, 22.00, 495.95, 3, true);
var myTweenAlpha:Tween = new Tween(FloatRight_mc, “alpha”, Regular.easeOut, 1, 0, 3, true);
how do I get the next movieClip to start playing before its completion, and so on?
any help will be good,
Thanks