Ok this is not out of a real script or my real procedures just made up for the purpose of this question. Lets say theres two dots of the color:287.
Theres one on the right of the screen and one on the left.
So lets say this is your procedure:
SCAR Code:
Procedure Click;
Begin
if findcolor(287 blah) Then
Begin
Mouse(x, y, 5, 5, True);
End;
End;
and then lets say that is clicks the color to the right that is 287 but you want it to click the color to the left.
is there anything that you can do to make it click the left color?
Thanks in advance.
~Allthatisman