Hey everyone,
I’ve googled and searched this forum but the solutions don’t seem to resolve my issue. I have a main Flash movie with buttons that calls in an external movie clip with buttons like so:
empty.loadMovie(“My-mc.swf”);
Once loaded the buttons from the main movie clip are still activated, thus creating confusion. I tried deactivating the links in the main flash movie but once I unload the external movie, the buttons remain deactivated.
Is there a way to “Enable” the buttons in the main movie clip when the unload function is called from the external movie?
Thanks!