I have a main MC called test1 inside that i added a exturnal menu. My menu button request is the problem. On Mc test 1
I have a stop action at frame 14. on frame 15 I want my buttons to work . here is what I have done and i am stuck .
on (press) {
with (test1) “gotoAndPlay”(flag15);
}
thats the one problem. I also want a button from my menu to load a swf file.
I know how to do it with using normal buttons in same MC.
Its the exturnal menus I am kinda stuck with.
btn1.onpress = function() {
_root.content.loadMovie(“2.swf”);
};
This works great with a simple button in main test1 mc… How do I code it for the exturnal menu to work.
many thanks
Regards Barrie