-
I am trying to unload the current loaded movie as soon as i click my button to load the next but either way below didn't work - any ideas????
in my button:
on (release) {
_root.unloadMovieNum(1);
_root.selection = "bazaar.swf";
trace (_root.selection);
_root.gotoAndPlay(2);
}
or in my variable:
unloadMovieNum(1);
loadMovieNum (selection, 2);
stop ();
-
hey guys - to anyone who's still up or maybe just got up - i still haven't figured the above out. ANy ideas on how to unload the movie before the next one loads?
/nikobe thankful
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|