Huxie Posted January 20, 2009 Posted January 20, 2009 Hi AutoIt users I need a script for finding a specific colour on a specific place on the screen . That could be PixelSearch BUT I Need a false and true value If 0 If 1 I hope you understand, and can help me Thanks ... Carsten Madsen
Aceguy Posted January 20, 2009 Posted January 20, 2009 use PixelGetColor ( x , y [, hwnd] ) [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
youknowwho4eva Posted January 20, 2009 Posted January 20, 2009 if @error = 1 then $answer = 0 else $answer = 1 endif something like that? Giggity
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