unload swf in level(0)
unload swf in level(0)
Out of context: Reply #14
- Started
- Last post
- 17 Responses
- laurita0
ok, so i just give on the first frame of the (first) movie the AS:
on (EnterFrame) {
loadMovieNum("MENU.swf", 100);
unloadMovieNum(10);
gotoAndPlay("M_close");
}