PDA

View Full Version : Movie Help!


xkameroso
02-06-2002, 03:17 AM
Hi
um i have a small question
i have two MCs in my library
and i have it set one of them in frame 1 and the other one in frame 2 of the separate layers and i want them to play back to back.. how do i do that?
thanky in advance :0

Rupert
02-06-2002, 03:42 AM
one way is this:
put a stop() action in frame 1 and in frame 2.
then in the last frame inside your first movieclip put _root.gotoAndStop(2);

Cheers,
Rupert