Help - Search - Members - Calendar
Full Version: Click for color
AC Tools Everything Macro > AC Tool Macros > Asheron's Call Macros
Morgan
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
Bear
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
Bear
QUOTE(Morgan @ Apr 11 2009, 12:29 PM) *
Could you put this macro in bravzer Oper)


I have no idea what bravzer Oper) means.

QUOTE(Morgan @ Apr 11 2009, 12:29 PM) *
Just give me a code that it would highlight and paste in ACTOOL


You need a Code to Copy/Paste?? Odd, here in the USA we just hold down the LeftMouse button to highlight what we want to copy, then rightmouse click to get menu and choose COPY.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.