Adrenaline
08-30-2003, 07:01 PM
I load an .swf into the main movie using:
loadMovieNum("Blah.swf", 14);
I have a button inside that movie that when clicked I want it to unload itself.
I tried:
on (release) {
unloadMovie("level14");
}
//and
on (release) {
unloadMovieNum(14)
}
I have no idea why it doesn't work:confused:
loadMovieNum("Blah.swf", 14);
I have a button inside that movie that when clicked I want it to unload itself.
I tried:
on (release) {
unloadMovie("level14");
}
//and
on (release) {
unloadMovieNum(14)
}
I have no idea why it doesn't work:confused: