[LEFT][COLOR=#000000][FONT=Arial]I’m using this code to unload a swf file and go back to the main menu. The main menu has no trouble loading the external swf files but for some reason unloading just doesn’t work :s[/FONT][/COLOR][/LEFT]
[COLOR=#00008B]var[/COLOR] [COLOR=#2B91AF]BaseMovie[/COLOR]:[COLOR=#2B91AF]MovieClip[/COLOR] = parent.parent [COLOR=#00008B]as[/COLOR] [COLOR=#2B91AF]MovieClip[/COLOR];
[COLOR=#2B91AF]BaseMovie[/COLOR].loader.unload();