MouseMan
10-26-2001, 12:51 PM
1.
I have many MC's placed inside the button (if they are buttons then the biggest button in wich they all are placed, looses it's property - I dont want that ).
They all have the different script for loading the external swf files into this movie. Something like this:
onClipEvent (mouseUp) {
unloadMovieNum (2);
unloadMovieNum (3);
unloadMovieNum (4);
loadMovieNum ("a.swf", 1);
}
The problem is that they all load the first movie!!!
In this case "a.swf"
I have attached the file where all that is happening.
2.
Is there command to unload all the movies tolgether rather then writting the code like I did it?
Can anyone help me please!
I have many MC's placed inside the button (if they are buttons then the biggest button in wich they all are placed, looses it's property - I dont want that ).
They all have the different script for loading the external swf files into this movie. Something like this:
onClipEvent (mouseUp) {
unloadMovieNum (2);
unloadMovieNum (3);
unloadMovieNum (4);
loadMovieNum ("a.swf", 1);
}
The problem is that they all load the first movie!!!
In this case "a.swf"
I have attached the file where all that is happening.
2.
Is there command to unload all the movies tolgether rather then writting the code like I did it?
Can anyone help me please!