TURN BASED GAME-HOW TO?
Slayre77
Member, PRO Posts: 115
Hola fellow peasants (jk). Ive been wondering how to make a turn based game? Ive seen it done but there was no tutorial. Would be reqlly helpful if anyone could giv an answer
Comments
Turn Booleans On/Off.
Hope this helps
Chakku
Read this: http://cookbook.gamesalad.com/tutorials/2/parts/8
And after that, you will understand attributes, particularly Boolean attributes, and trust me, you will know exactly what I mean/what to do.
Hope this helps
Chakku
If boolean.player1 is true...its player 1's turn
If Boolean.player1 is false...its player 2's turn
Hope this helps
Chakku
Your Welcome
Chakku