Page 1 of 1

Clicking loop between two spots

Posted: 08 Apr 2021, 03:08
by warhawk15
I know this is super simple and I feel stupid asking, but how do you have the mouse click one spot on the screen then another spot, then repeat those two actions after a set amount of time?
For example click coordinates x then after 1 minute click coordinates y, then loop back to the first step?
I have 2 Click actions with two different coordinates and a Loop after but can't figure out the timing or how to loop it indefinitely until a global hotkey is pressed.

Re: Clicking loop between two spots

Posted: 08 Apr 2021, 10:21
by eureka
You have specified the flow ..
For example click coordinates x then after 1 minute click coordinates y, then loop back to the first step?
Just one approach ..
001 Internal > Variable [Variable name: xy, Variable value: eg 200:200 (or use auto detect]
002 Device > Click [$xy]
003 Internal > Variable [set $xy value to second position x:y}
004 Internal > Loop [back to 002 - (or preferably used labelled Actions or procedure for GoTo)