I'm busy with a project in Adobe Flash Actionsricpt 2.0. And I have this imported video on one frame, but if i don't put stop();
in the script of that frame, the video won't play, but if I do it won't go to the next frame.
Is there a code which makes the frame go to the next one when the movie is done playing? I have tried
on(close){
gotoAndPlay(61) }
And all of those with on(...)
but they don't seem to do anything.