Can someone help me with placing a new tile/chess on mouse click?
I have...
Create tile Sprite [Board.PXY2LX(Mouse.X,Mouse.Y) , Board.PXY2LY(Mouse.X,Mouse.Y)
This is described in the wiki as the method to get logic X and Y by physical X,Y co-ordinate.
Is this correct or have I got it completely wrong? Because although kind of working its not very accurate and often times the Sprite is created in the adjacent square.