PDA

View Full Version : Movie Clips


Michel Daze
01-28-2002, 04:00 AM
Hi ,
I'm in need of some help with action scripting; of which I know virtually nothing.
I've created a flash Movie of 4 levels, the top level contains a movie clip instance that I have placed on stage. I can't get that Movie clip to play as a layer in my main movie. Any Ideas as to how this can be acomplished.

Michel

Billy T
01-28-2002, 05:33 AM
what do mean by levels? Have you loaded in external movies?

I think you actually mean layers...

what you need to do is give your movie clip an instance name - lets say "mc1"

then make a button and give it an action such as

on (release){
_root.mc1.play();
}

Having said that, the movieclip should just play on its own unless you have a stop action in the first frame

cheers