I recently made a website, and the buttons look like this:
On(release) { gotoAndPlay ("title", 1); }
My problem is, when you click the button the first time, it goes to the correct frame. but when you click it again, it goes to the next frame, or to the next scene. How do I remedy this? thanks!