Inter-Scene Navigation
I’m stumped. I have a movie clip that contains a drop down list of buttons. It works fine when I’m navigating to frames within my scene, but it won’t take to a different scene.
Here’s what is in the frame containing choice1_btn and doesn’t work…
_root.menu_mc.choice1_btn.onRelease = function() {
_root.gotoAndStop("Scene2", 1);
};
Where am I going wrong?
Thanks