Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if mouse stops moving
#10
Quote:i learned something new lol out # works dont know that i would ever use it lol
lol, don't we all.

Quote:i think u guys may have missed what i needed lol...i need something to add to my macro to make it so if the mouse does not click for 10 seconds it ends the macro and runs a different macro...can u help plz? ty

Just put:
Code:
Copy      Help
if(!WaitForMouseMove(0)) ret
WaitForMouseStop 10
mac- "Other Macro"

in your macro. We could probably help out more if we could see your code.
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)