Jump to content

Recommended Posts

Posted

so i am doing a pixel search. and when found I want it to move like xx amount of coords down from the color that was found.

if someone could show me how to do it, or show me where in the help file it is that would be great

Posted

This moves 10 down from found pixel.

$coord = PixelSearch($left, $top, $right, $bottom, $color)
MouseMove($coord[0], $coord[1] + 10)

You should really search the helpfile yourself before you post.

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

Posted

Pixel Search and MouseMove in help file :D

Before ask on forum the best way to know "how to do this" is help file with examples.

Btw this program must work in active window yes?

This world is crazy

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...