PDA

View Full Version : controling movie on other level....



firemind
August 27th, 2002, 07:36 AM
Hi,

in the first scene of my flash project i load other movie (swf) on level 1 : loadMovieNum("plugins/sound.swf", 1);

Can I control this movie from my 0 level ? Like GotoAndPlay or smth...?

thanx for help

eki
August 27th, 2002, 09:49 AM
Hi,

Yes, just refer to it as :
'_level1.instanceName.gotoAndPlay("PLAY");'
Treat levels just as another movieclip.

Cya

firemind
August 27th, 2002, 10:32 AM
Thank you, eki, this works good for me :-)