Hello,
This should be very simple, I just don’t know what I am missing. I am creating a drop down menu. When a button on the menu is clicked I want it to take you to the appropriate part of a MC on a specific scene.
Here is my code:
on (release) {
gotoAndPlay(“closed2”);
_root.gotoAndPlay(“enviroxFade”);
_root.enviroxThink.gotoAndPlay(2);
}
It will always take me to the “enviroxFade” label. The only time it will take me all the way is if I am in that current scene. If I am in another scene, it won’t take me to the instance of “envioroxThink.”
I can’t figure out why it only works if I am in the scene where the MC is located. I have spent so much time trying to figure out this problem,. Any help would be really appreciated.
Thanks,
Casey