Posts: 62
Threads: 19
Joined: Jan 2007
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):
rep
(tab) if(GetColor(100,100) = 123)
(tab)(tab) lef 100,100
GetColor would be like this:
input (x,y)
output (color)
Posts: 1,769
Threads: 410
Joined: Feb 2003
this will do but i'm not able to go into detail at this time.
you can get more info in the help under "wait" and then look at the info for "C".
Posts: 62
Threads: 19
Joined: Jan 2007
ken gray Wrote:this will do but i'm not able to go into detail at this time.
you can get more info in the help under "wait" and then look at the info for "C".
Thanks..
EDIT: I found pixel-function and used it..