HELPMEeeeeeeeeee 0 Posted September 12, 2010 (edited) hi all im new at autoit.I can use mouseclick or controlclick but i want color for click. Mouseclick or controlclick only use with x,y but i want use it with color my english is very low sry all thank for read btw sry for my bad nick Edited September 12, 2010 by HELPMEeeeeeeeeee Share this post Link to post Share on other sites
Fubarable 1 Posted September 12, 2010 What it sounds like you're looking for is to find a pixel or pixels of a certain color and then click. If so, to solve this, you break the problem down and solve each step, and then add together. So step one: find the pixel(s) of a certain color. This can be solved with the PixelSearch method (check out the help file). Step two: click on the location found (if found): check out the MouseClick function Much luck! Share this post Link to post Share on other sites
Zibit 0 Posted September 12, 2010 You should Push the F1 button -.- THE Best way to learn autoit... Creator Of Xtreme DevelopersPixel Pattern UDFTray GUI UDFMathssend & recive register scriptMouse Control via Webcam Share this post Link to post Share on other sites
seandisanti 6 Posted September 12, 2010 (edited) You should Push the F1 button -.- THE Best way to learn autoit... trying to take your advice but this does not mention autoit at all***edit***just realized you may not know me well enough to know that i'm kidding, sorry too much energy drink today Edited September 12, 2010 by cameronsdad Share this post Link to post Share on other sites