phedax Posted November 23, 2012 Posted November 23, 2012 Hi, I am trying to make a loop in the middle of my skript till a certain pixel is found and then continue the script. But somewhing must be wrong with my loop....any suggestions? ... $pixel = PixelSearch (724,293,753,309,0xDFDBD3, 20) While IsArray($pixel)=False Sleep(1000) WEnd ... Thanks!
JohnOne Posted November 23, 2012 Posted November 23, 2012 Search needs to be in the loop. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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