Daher
08-14-2012, 06:29 PM
I'm trying to make Mouse clicking work in SIMBA
i'm currently using:
var
A:Integer;
B:Integer;
The var for clicking.
if findcolor(A,B,7763583,94,142,544,372) then
ClickMouse(A,B,0,0,true);
the integer true isn't working, i've no idea what to use for left clicking....
i'm currently using:
var
A:Integer;
B:Integer;
The var for clicking.
if findcolor(A,B,7763583,94,142,544,372) then
ClickMouse(A,B,0,0,true);
the integer true isn't working, i've no idea what to use for left clicking....