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
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
Hi,
Yes, just refer to it as :
‘_level1.instanceName.gotoAndPlay(“PLAY”);’
Treat levels just as another movieclip.
Cya
Thank you, eki, this works good for me
:: Copyright KIRUPA 2024 //--