Im wondering now, how can I use the loadMovie to load a movie onto an MC that has been loaded onto another....do you follow? for example MC_A loads MC_B, then MC_B loads MC_C, all of which are to be visible at the same time.

I thought about using the attachMovie because with it you can give the new MC a variable name, but it didnt work....

it looked like this
on(release){
_root.stage1.attachMovie("_What.swf", "what", 1);
}

so I decided to try using "loadMovie"

any advice would be much appreciated!

Mark