Question
Do I use Interval code to make this happen
I want the following example to animate one panel after
another. First you need to know that the animation was created with
actionscript. I say this because each panel is on a different layer
and the actionscript is on the first frame of each movieclip and
not on an actions layer. Also when I try to add more than one frame
for any of the movieclips the animation goes bananas.
("mx.transitions.TransitionManager.start(img1_mc, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});")
the above code is the actionscript that triggers the animation. The following link shows the actionscript at work.
http://img191.imageshack.us/my.php?image=ccbackupsite2jr.swf
I hope someone can help me with my dilemma.
("mx.transitions.TransitionManager.start(img1_mc, {type:mx.transitions.Zoom, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Elastic.easeOut});")
the above code is the actionscript that triggers the animation. The following link shows the actionscript at work.
http://img191.imageshack.us/my.php?image=ccbackupsite2jr.swf
I hope someone can help me with my dilemma.