Graeme Posted May 27, 2006 Report Share Posted May 27, 2006 Is there a way to have the mouse cursor move in a set area of screen until the cursor changes (either by checking the cursor graphic or a specific pixel colour of the cursor)? Then once the cursor has changed to the specified colour, stop moving so it stays on that spot and that colour? Any help would be appreciated. Thanks. Quote Link to comment Share on other sites More sharing options...
another1one Posted June 6, 2006 Report Share Posted June 6, 2006 Have you tried the function "If Mouse Cursor"? If I understand correctly, you want to have a loop until the mouse cursor becomes a certain cursor. You could use an integer variable as a toggle, setting it to 1 (true) to end the loop when the cursor changes (setting it to 0 just before the loop). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.