Im making version 2 of my checkers (no parksie, not draughts, but checkers) game. I want to make the user able to click the pieces to move them (click once, and then another where to move it) So instead of putting my moving and jumping code in 64 timesI decidied to put a nested loop in my WM_COMMAND statement to keep checking if 1 of the 64 square (statics) were cliicked. But I'm getting no reaction. Any Help?
![]()




I decidied to put a nested loop in my WM_COMMAND statement to keep checking if 1 of the 64 square (statics) were cliicked. But I'm getting no reaction. Any Help?
Reply With Quote