Sedoc94 1 Posted July 22, 2011 Hey, So PixelSearch works from top to bottom & left to right. But when I find a PixelSearch and want to do that again, it just starts back at the 0x0 or the top coordinations. How would I make it proceed from the coordinations that it just found the pixel, so that it doesnt keep detecting the same pixel over and over again? Thanks you very much, Sedoc94 Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 22, 2011 Pixelsearch($var[0]+1,$var[1],$originalright,$var[1],$colour) Then start a new search from last found Y + 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Sedoc94 1 Posted July 22, 2011 Thank you very very much! Share this post Link to post Share on other sites