rakarna Posted August 22, 2010 Posted August 22, 2010 Helloi have a questen with a if problem. i want my script to do the IF thing over and over agen until it found that colur that i want it to found.herese the codeIf PixelGetColor(377, 418) = 0x627FB6 Then MsgBox(1,"Hello","")EndIfsorry for bad english
Tvern Posted August 22, 2010 Posted August 22, 2010 Helloi have a questen with a if problem. i want my script to do the IF thing over and over agen until it found that colur that i want it to found.herese the codesorry for bad englishYou're looking for a loop.
rakarna Posted August 22, 2010 Author Posted August 22, 2010 You're looking for a loop.ye but if i take the Do...until loop how can i get it to do it until it's get the right colur?
rakarna Posted August 22, 2010 Author Posted August 22, 2010 it okey now i got it to work thanks for the help any way
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