My button rules and behaviors aren't working
![MazeCrazeGame](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I've created a few actors each having a simple rule, when mouse is down > Change scene (behavior). So when I test game, the buttons are taking me to an entirely different scene that is not what I entered. I've doubled and tripled check my rule and behavior. All looks good, but the game seems confused.
Any suggestions?
I've got GS, 9.2 beta.
Game is created in landscape mode 960w x 640h for GS Arcade.
Any suggestions?
I've got GS, 9.2 beta.
Game is created in landscape mode 960w x 640h for GS Arcade.
Best Answer
-
JohnPapiomitis Posts: 6,256
Change mouse is down to touch is pressed on each button.
Mouse is down will check for a touch being anywhere in the scene.
Answers