Rower Posted May 28, 2009 Posted May 28, 2009 How can i get "wait for pixel" to search for colors between for example 1000000 to 99999999? thx!
Negative1 Posted May 28, 2009 Posted May 28, 2009 How can i get "wait for pixel" to search for colors between for example 1000000 to 99999999? thx! something like this? $x = 0;change to location needed $y = 0 while 1 if PixelGetColor($x,$y) > 1000000 and PixelGetColor($x,$y) < 99999999 Then ;add your code here EndIf WEnd What are we going to do tonight Brain?Same thing we do every night Pinky try to automate the world.
Rower Posted May 28, 2009 Author Posted May 28, 2009 something like this? $x = 0;change to location needed $y = 0 while 1 if PixelGetColor($x,$y) > 1000000 and PixelGetColor($x,$y) < 99999999 Then ;add your code here EndIf WEndehm.. how do i get to the menu so i can write the code?
Developers Jos Posted May 28, 2009 Developers Posted May 28, 2009 What about you first study the Helpfile for a bit and follow the training you can find in this thread? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now