i want to make a macro

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
Guest

i want to make a macro

Post by Guest » Sat Dec 21, 2002 10:31 pm

is there a way to make a macro work by repeating its self over and over with the left move click button held down so i dont have ot keep clickin on it again and again :D

Ernest

Post by Ernest » Sun Dec 22, 2002 12:22 pm

A repetitive task :?: Loop a little ...

Code: Select all

Label>x
Press Left
Wait>0.5
Press Right
Goto>x
Looping macros: 1stMacro.scp 2ndMacro.scp

1stMacro.scp

Code: Select all

CapsOff
Press Left
Macro>2ndMacro

2ndMacro.scp

Code: Select all

CapsOff
Press Right
Macro>1stMacro
E.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts