atropper
05-22-2008, 03:14 PM
im having this problem and i tried to find all the solution everywhere , but what ever i find is not working for me.
I have a drop down menu. each button there call an external mc. the new mc that comes on has the same drop down menu with the same buttons again. the problem is that i want to unload the last mc other wise it will be shown beneath the mc i just loaded.
curently im using
on(realease){
this.unloadMovie();
}
but its not removing any of the mc
So what am i doing wrong there? someone please help....thanks
I have a drop down menu. each button there call an external mc. the new mc that comes on has the same drop down menu with the same buttons again. the problem is that i want to unload the last mc other wise it will be shown beneath the mc i just loaded.
curently im using
on(realease){
this.unloadMovie();
}
but its not removing any of the mc
So what am i doing wrong there? someone please help....thanks