How to check who clicked first?

v00d0v00d0 Member Posts: 143
edited November -1 in Working with GS (Mac)
Im creating a multiplayer logic game, but i need to check who clicked first i've 4 square on the screen 1 for each player and a label in the center that say who clicked first. but i don't know how to check it. Anyone can help?

Comments

  • old_kipperold_kipper Member Posts: 1,420
    have a game or scene integer attribute that each of the buttons puts 'their' number into when touched but in the rule for touch have a second condition that only if the game integer is zero. This way the first touch will stop the others from putting their number into the attribute.
Sign In or Register to comment.