Load and unload from menu help!
I have a drop down menu system with 5 different buttons - I need each button to load a different swf file into a movie clip on the stage - at the moment the code for the buttons reads
on (release) {
loadMovie("yourfile.swf",_root.oneClip);
}
how do I program it so that when I movie has loaded and the user chooses another button, it unloads the previous movie and replaces it with a new one?
Please help!
i hope one day it'll all makes sense to me
sorry about that.
i mean my menu has a few buttons some loading swfs and some that gotoAndPlay another frame number on the timeline.
Whenever i load a swf and then press a gotoAndPlay button to another frame, all you see is the swf.
I was wondering if i had to give all these gotoAndPlay buttons some unload swf action in case one of these swfs have been loaded.
actually in the other post u mentioned i got some paths issues. so it probably has to do with that too.
thanks