Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change mouse (lef) location with every repeat
#1
Hey

how can I make a rep loop so, that on every iteration of the repeat something is added to a mouse position?

I want to do it, because the GUI Im working with doesn't accept keyboard commands and I want to switch down a line on every repeat.

So something like
Macro AB
Code:
Copy      Help
,lef 228 440+40 w1 1

While the 40 gets added to the 440 on every repeat.
#2
Macro Macro2706
Code:
Copy      Help
int i
for i 0 10
,lef 228 440+(i*40) w1 1


Forum Jump:


Users browsing this thread: 1 Guest(s)