PDA

View Full Version : Multiple movie clips on the same time line


fmk64
04-26-2008, 06:04 PM
Please help...

How do you get 2 movieclips to work in the same timeline?

I have movie1 in frame1, and movie2 in frame2. I can control movie1 with action script, with stop() in frame1 on the action script layer. What do I do next? I've tried a bunch of different scripting combos.

PLEASE HELP!!!!!!!:o:confused::confused::o

rrh
04-28-2008, 04:46 PM
You will not be able to control a movieClip in frame 2 with script in frame 1, since it doesn't exist yet. Maybe look up how to attach movies from the library, or put both movies in frame 1 and set movie2.visible to false until you need it. I'm not exactly clear what you're trying to do.