Jump to content

Recommended Posts

Posted

Just a few questions regarding pixelsearches

1 - When having it in a macro, does it search endlessly, regardless on having it in a while 1 loop or not?

2- is it possible to have the pixelsearches going on forever, while having the script do other stuff, so when it does see the change it is looking for, it starts that array, perform it, and then continue where it was on the other loop?

Posted

1. No

2. Yes , but you need to have it in a non-terminating loop.

3. ( Cutting your run-on sentence in half ) Yes, using the returned perameters you can trigger another action based up the results of the pixel search.

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