Hi!
I am trying to create a chess memory game and want to create several pieces on the board at the same time.
In order to create one piece on the board I have done as such: Event: System, every 4 seconds. Action: Create object on layer 0 X: choose (75,225,375,525,675,825,975,1125) Y: choose (75,225,375,525,675,825,975,1125).
So each possibility for example X: 75 and Y: 375 represents a square. This works great my only problem is, if I want to create two pieces on the board at once, how do I prevent the two pieces from being created on the same square?
Any help will be greatly appreciated.