Hey i was wondering if anyone knew how i could make my game have turns? by that i mean make it a 2 player game so that if one command is pressed by player 1, player 1 cannot press any of his commands until player 2 has taken his turns?
Thanks
IamDreammm
Offline
You might want to make a variable with who's turn it is. It would then only respond to the commands if they are by the correct player.
Offline
you can have so after a certain amount of time it will change (varialble) or after a button is pressed.
Offline
you could make it have a broadcast...
here's an example...
when [a v] key pressed broadcast [p2 turn]If you have any more questions feel free to ask...and happy scratching
Last edited by scratcher5000 (2012-05-04 20:42:56)
Offline