2 button touch to proceed?
xci
Member Posts: 2
how can i do something like this in gamesalad?
If button 1 and button 2 is touch. It will proceed to my next action.
If button 1 and button 2 is touch. It will proceed to my next action.
Comments
Button 1 actor
If touch is pressed
Change attribute game.button1 to true
Button 2 actor
If touch is pressed
Change attribute game.button2 to true
Create new rule
If game.button1 = true
If game.button2 = true
Process to what ever you want