Kinda computer related. Hopefully someone here knows Flash.
I'm making a website entirely in flash for a movie theater/cafe place thing.. yeah. Spare me the speech about how that's a bad idea. It's for someone else, and that's how they want it.
The problem lies within my buttons.
I made buttons that go to the homepage, a showtime page, live entertainment page, reservations page, and a contact page. When I click the buttons, they go where they are supposed to go, but if I click the button again, it goes to the next frame, when I don't want it to. For example:
I click the homepage button, it goes to the homepage. I click the homepage button again, and it goes to the showtimes page. While on the showtimes page, if I click the showtimes button, it takes me to live entertainment. The code that I have on it is this:
Code:
on (release) {
gotoAndPlay(2);
}
With the respective frame number in the parentheses. Each time I click the button, for this example, it should always go to frame 2(showtimes), correct? So why does it go to frame 3 while I'm on frame 2, clicking the button that's supposed to go to frame 2?
I'm new to Flash, so I have no idea what the problem is.
I've uploaded the .SWF file to my website. See for yourself. First click on "Showtimes". Once you're on the showtimes page, click on the "Showtimes" button again. Notice how it goes to Live Entertainment?
Link:
http://www.neverhavetobealone.com/flash ... Screen.swf
(It should just show the website. If not, open the file if it asks)
Anyone know how to fix this?