Perhaps I over simplified my question.
I used the term "movie" instead of "movie clip".
I am new to action scripting. I did a presentation for a client where I created about 50 movie clips each ranging about 500 to 2000 frames each. I made a linear presenation with a forward and backward button to access each movie clip.
I did this by assembling all movie clips in one scene,each on a separate layer. I added stop cues between each movie clip and then added labels to identify the location of each movie clip. I then assigned the labels to the goto command on mouse click events. It worked fine.
Now my client wants the presentation to run continously without the use of the button.
I Know I can assemble these in a scene, but I would need to add the appropriate number of frames for each movie clip.I.E> If movie clip 1 is 2000 frames long, then movie clip 2 needs to start at frame 2001. I would like to know if there is a way to just assemble them, say 10 frames apart instead, and have themn run without overlapping. I tried variations of goto, play and stop commands at the end of each movie, and in my scene but they didn't work.