Hello everyone,
I have a problem and i don’t know how to do.
My situation is(see picture):
I have a main swf(main menu), it will load 4 swf files (sub menu) by var loader:Loader=new Loader(); and load the swf to the empty movieclip (AddChild) that in main menu.
After i load one of the sub menus to my empty movieclip, i want to remove the sub menu and go back to main. But this sub menu is stick with the empty movieclip that in main menu.
How can i call the main menu function to delete the sub menu and call another function to do some transition effect. I tried “this.parent.function” in sub menu, but it have error.