How to separate recording of mouse movement and pressing click or hold?
If you dont move mouse and press click its write coordinates to script, witch are not need to use ( and can break)
Separate recording of mouse movement and click?
Moderator: Pulover
Re: Separate recording of mouse movement and click?
If you are using the recorder it should record mouse position when you click. If you don't want to record mouse movements you can disable it in record settings.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Re: Separate recording of mouse movement and click?
Can you please add option to separate record mode it and make script without switching in settings:
It wil help with some 3d apps!
Thank you!
It wil help with some 3d apps!
Code: Select all
Send {Click, 1}
sleep 10
Send {Click, 1}
sleep 10
MouseMove, 10, 10
sleep 10
Send {Click, 1}
sleep 10
MouseMove, 20, 20
sleep 10
MouseMove, 30, 30
Re: Separate recording of mouse movement and click?
I guess so, but this might take a while. Too busy with my job atm.
Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer)