Jump to content
Macro Express Forums

Moving macro to a pixel color?


RIGuy29

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...