Flash help (buttons)

Joined
5 Nov 2004
Posts
9,302
I have made a multi scene flash document and the buttons I made (text converted to buttons) with the actionscript
"on (release) {
gotoAndPlay ("about",1);
}"

The button works and goes to its specified scene however if you click the same button again it goes to the next scene in that order.

Example:

Scenes
1.about
2.portfolio
3.prints
4.equipment
5.links
6.contact

If I am on the scene "about" and I press the about button. It will bring up "portfolio"
If I click it again it will return to "about" So I have two actions for each button. click it another time and we go to "portfolio" (the next in scene order)

Then say I want to click on the "portfolio" button. I do, and it takes me to the "portfolio" However, if I click it again it will then take me to the "prints" page. Again, following suit of how the scenes are stacked.
So on and so on for each button.

Any help ?
 
Back
Top Bottom