Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse down very long
#5
Macro
Trigger #L 0x9     Help - how to add the trigger to the macro
Code:
Copy      Help
POINT p p2
xm p
int t1=GetTickCount
wait 30 ML; err ret
if(GetTickCount-t1<2000) ret
xm p2
if(_hypot(p2.x-p.x p2.y-p.y)>3) ret

OnScreenDisplay "/\/\/\/\/"

or

Macro
Trigger #L 0x9     Help - how to add the trigger to the macro
Code:
Copy      Help
POINT p p2
xm p
wait 2 ML; err goto g1
ret
;g1
xm p2
if(_hypot(p2.x-p.x p2.y-p.y)>3) ret

OnScreenDisplay "/\/\/\/\/"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)