stn9063 Posted June 27, 2006 Posted June 27, 2006 i want the script to "pause" until a certain color pops up on screen, and then i would like it to not click it, but press a key... could you give me an example please?
rakudave Posted June 27, 2006 Posted June 27, 2006 you might be interested in: PixelGetColor() Send() ... in the help-file... Pangaea Ruler new, UDF: _GUICtrlCreateContainer(), Pangaea Desktops, Pangaea Notepad, SuDoku, UDF: Table
Nomad Posted June 27, 2006 Posted June 27, 2006 i want the script to "pause" until a certain color pops up on screen, and then i would like it to not click it, but press a key... could you give me an example please? PixelCheckSum(), PixelSearch(), PixelGetColor().Read up on them in the help file and see how you should implement them in your script.Nomad
Moderators SmOke_N Posted June 27, 2006 Moderators Posted June 27, 2006 i want the script to "pause" until a certain color pops up on screen, and then i would like it to not click it, but press a key... could you give me an example please?Take a look at:Loops (While/WEnd - Do/Until)PixelSearch()Send()All provided in the help file. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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