I am trying to keep my main timeline short by placing my movies frame by frame and I wanted to put a action on the last part of each movie making the main time line move onto frame 2 , 3 etc etc.

Inside movie 1 I put

gotoAndPlay("Scene 1", 2);

Does this need to be on some kind of handler?
I have a stop action on each frame of the main time line.

Thanks