Hi all,
I am new to actionscript 3 and programming. My question may be really simple to you but I have troubled to figure it out. Please kindly help.
I have 2 MovieClips (have many sprites and tweening in each timeline). I know how to play the first one.
The first mc -----------------------------------------------------
var supplyDemand:geom_mc = new geom_mc();
this.supplyDemand.gotoAndPlay(“home”);
I don’t know how to do :
I want the second movie clip play automatically right after the first mc finish.
I also have play and stop buttons on the main timeline. I know how to control the first mc. But I want the same buttons control these two movie clips.
Thanks in advance
Florence