QUOTE(Morgan @ Apr 11 2009, 04:21 AM)

HELP PLEASE
Tell me the macro code example, I have the color #9595da (R 149,G 149,B 218) I need when you aquest color on the monitor, put in place ето click the left button. Please help really want! Very please help, I of Russia badly know English language in the search does not send
You'll have to put in a Mouse X, Y to check the location of the Color.
CODE
Constants
Mouse = // X,Y
End
Procedure CheckColor
LoadRGB $mouse
// color #9595da (R 149,G 149,B 218)
IF {RGBRed} = 149 and {RGBGreen} = 149 and {RGBBlue} = 218
LeftClick
Stop
End
End
Loop 99999
Call CheckColor
Delay 2 min
End