One small quetion, how can i make something like a transition (intro/outro) in the same .swf. For exemple i have 3 buton, and when i press btn1 the first animation plays, but at frame 10 it’s stoping. And if i press btn3 i want to play first animation (from frame 11 to frame 20) and then to jump to frame 40 and play until frame 50 where i have the stop.
ok i hope this is what you want…i used frame labels, then set a targetframe variable, so that when the “out” of any animation was done i could just put
gotoAndPlay(targetframe); and it would go and play the relevant “in” animation.