The page I’ve been working on has a ver simple line of code for a button:
on(release){this._parent.mc.gotoAndPlay(2);}
}
This is the code that was generated by MX04 when I used the Behaviors gotoandplay at frame or label option. It works when you hit it the first time, but if the user hits it again, it goes to the next frame (3). I don’t have the button located in that mc, the one it refers to and the button itself are on their own mcs, so I can’t essentially just disable it, or can I…?