loadMovieNum Problem
loadMovieNum Problem
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- siny0
I tried to use:
For 1.swf I write:
on(release){
_level1.stopAllSounds();
_root.loadMovieNum("1.swf",1);
}For 2.swf I write:
on(release){
_level1.stopAllSounds();
_root.loadMovieNum("2.swf",1);
}The sound of 1.swf still cannot stop playing when it is in 2.swf. The sound that I load is in main timeline, not SoundObject.