[SIZE=3][FONT=Times New Roman]Hi guys,[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]My debug player is broken otherwise I would test this myself.[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]I have a MC called content_mc on stage where I load different menu_mc’s into when a button clicked. (btn1 pressed loads menu_mc1, btn2 pressed loads menu_mc2) [/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]To load a mc into content_mc I use:[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]…[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]myMcloader.loadClip(McToLoad,_root.mc_content);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]…[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]So when I load a new menu_mc into that content_mc is it necessary to unload the previous menu_mc or will this happen automatically when a new menu_mc is loaded into content_mc ? [/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]thanks[/FONT][/SIZE]