Move and click Down a list

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
mikeybea2
Posts: 5
Joined: 11 Dec 2017, 15:41

Move and click Down a list

11 Dec 2017, 16:37

Hi, is there a better way of moving and clicking down a list of files, rather than setting up 50 different coordinates with the same code each time?
my process is highly repetitive, there is only one Y value in one line that needs to be modified each loop by about 40 down each time.

Any help would be greatly appreciated !
User avatar
boiler
Posts: 16949
Joined: 21 Dec 2014, 02:44

Re: Move and click Down a list

11 Dec 2017, 17:57

If it's exactly 40 pixels (or some other number) between them, use a loop with an expression for the Y value, such as 85 + 40 * A_Index. It it's not exactly 40 pixels, then you can still use the loop, but just put the Y values in an array.
mikeybea2
Posts: 5
Joined: 11 Dec 2017, 15:41

Re: Move and click Down a list

13 Dec 2017, 15:28

Hi thankyou for this!!! ill get back to you on weather I can get it to work!
mikeybea2
Posts: 5
Joined: 11 Dec 2017, 15:41

Re: Move and click Down a list

13 Dec 2017, 15:29

Hi thankyou for this!!! ill get back to you on weather I can get it to work!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: OrangeCat and 287 guests