Clicking loop between two spots

Don't hesitate to post if you have an improvement idea
Post Reply
warhawk15
Posts: 1
Joined: 08 Apr 2021, 03:00

Clicking loop between two spots

Post 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.
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: Clicking loop between two spots

Post 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)
Post Reply