Jump to content

Recommended Posts

Posted

Hello

I just installed the new Autoit release and seen all the changes and noticed you can do a reverse pixelsearch but in the help file it just shows me the old values.

So how do I do the reverse pixelsearch and were can I get a updated helpfile ;)

Thanks :evil:

Posted

It does tell you.

In a normal search the first x coord will be less than the second

If you put it the other way around (first the highest) it will perform the search the other way.

At least thats what the help file seems to say.

I opened the old helpfile viewed the changes from online.

so

pixelsearch(1000 , 0 , 500 , 0 , 0xFF0000)

so this would search right (x) at 1000 until it reachs left at 500 (x) and it wouldn't move at all in the (y) up/down?

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...