i'm trying to make a minesweeper, and i need to register the mouse click on the output screen to click in the different cells for the game to work, the problem is that i can't make the program to wait for the clicks to keep going, and it either register the click before i run the program and use that position or, if i try to start the program without clicking in the first place, it uses the 0,0 position (as expected) and finish it
i'm using the trap #6 but either that's not what i need or i'm doing something wrong with it
sorry if my question is confusing and thanks for your patience and time
|