[Flashcoders] Issue with Removing a Movie

2007-08-30 Thread Lord, Susan Ms. (CONTR)
Hi there, I have a set of buttons (menuExit_mc) that I load after I load an external swf (movie). When I click my main menu button, enacting mainMenu(), I want the menuExit_mc to be removed from the screen. I am not sure why this is not working for me. Any ideas? Below is my code. Any help you

Re: [Flashcoders] Issue with Removing a Movie

2007-08-30 Thread elibol
You have menuExit_mc in quotes, it's being passed as a string. You need to pass a reference to the movieclip. On 8/30/07, Lord, Susan Ms. (CONTR) [EMAIL PROTECTED] wrote: Hi there, I have a set of buttons (menuExit_mc) that I load after I load an external swf (movie). When I click my main menu