This is kinda hard to explain so I have included the capx below....
dropbox.com/s/9nbrpfjdu96jwn3/jump.capx
I'm trying to make a menu with three options (Map1, Map2, Map3) but I'm having some problems. Each "MapX" is a sprite image that you click to go to that map. I'm using a Previous Next button system to cycle through the map choices.
With two objects (Map1, Map2) it's easy, but if I add a third (Map3) it jumps straight to the last option and bypasses Map2. I put a timer in as a test and it does indeed load Map2 then Map3, but a single click on the next button is starting both events.
Am I doing this completely wrong? How can I get this to cycle through one step at a time? I've tried everything I can possibly think of and I'm out of ideas. <img src="smileys/smiley11.gif" border="0" align="middle" />
Thank you in advance for the help!