Groups | Blog | Home
all groups > flash actionscript > march 2006 >

flash actionscript : How to play one moviclip after another using actionscript



hollywoodbb
3/7/2006 9:53:24 PM
I have a text moviclip that easeIn using the following actionscript.

import mx.transitions.Tween;
import mx.transitions.easing.*;
var myTween:Tween = new Tween (txt1_mc, "_alpha", Regular.easeIn, 0, 100, 5,
true);


1)How would I script another txt_mc to play after this moviclip say txt2_mc.
Also, how can I script it so that it will easeIn/easeOut continuously to each
moviclip.

2)Is it possible to ease in the txt_mc1 from one position to another position.
If so how could I script that so that it will do that.

Nicholas Wood
3/9/2006 3:23:08 PM
a small thing i found last week - is that you can follow on from as tweens:

tweenName = function(){
//function;
}
AddThis Social Bookmark Button