PDA

View Full Version : Please Help ....Unloading movieclips


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

Russ21282
05-27-2008, 08:17 PM
can you post ur fla?

atropper
05-27-2008, 09:02 PM
the problem been solved,
Thank you for trying to help though.