RIGuy29 Posted September 21, 2009 Report Share Posted September 21, 2009 Hey all, Is there a command that I can program a pixel color in and have macro express move to it, click, and move to the next instance of said color? Quote Link to comment Share on other sites More sharing options...
paul Posted September 21, 2009 Report Share Posted September 21, 2009 You can achieve this by: - setting x and y to 0 - within a Repeat loop - scanning for a specific colour at the current x,y location - if not found, increment x + (or reset x to 0 and increment y when all x values have been tested, + or exit when all x and y values have been tested) - if found, move the mouse to the current x,y location, and exit or wait for a response Repeat the above as many times as desired, using the last found x and y values as your starting point. 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.