11-08-2013, 08:59 AM
Hello there and welcome.
The question is, how do you pretend to stop it? Do you want to make the mouse move during a certain amount of time?
Anyways do you see on top of your quickmacros window, on the action bar, a mouse icon? Click it, then choose the action 'Move'. After that choose the bullet point 'Screen' and drag the square 'Drag' to a point in the map where you want to move.
After that choose 1 second as waiting time and do the same thing you did above but drag the square to the other part of the screen.
It should look something like this:
Function teste2
As you can see, when I do this I have a 20 second wait period between each move what gives me enough time to stop the thread between moves.
The 'rep' part of the code is so it keeps repeating itself.
The question is, how do you pretend to stop it? Do you want to make the mouse move during a certain amount of time?
Anyways do you see on top of your quickmacros window, on the action bar, a mouse icon? Click it, then choose the action 'Move'. After that choose the bullet point 'Screen' and drag the square 'Drag' to a point in the map where you want to move.
After that choose 1 second as waiting time and do the same thing you did above but drag the square to the other part of the screen.
It should look something like this:
Function teste2
As you can see, when I do this I have a 20 second wait period between each move what gives me enough time to stop the thread between moves.
The 'rep' part of the code is so it keeps repeating itself.