Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recognizing a color of a spot
#1
So I want a macro, which waits for a color change in a specific spot and then click it. Example code under(just replace the GetColor-function):
Code:
Copy      Help
rep
(tab)  if(GetColor(100,100) = 123)
(tab)(tab)    lef 100,100
GetColor would be like this:
Code:
Copy      Help
input (x,y)
output (color)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)