Jump to content
Macro Express Forums

Macro Stopped Working


mjt

Recommended Posts

I just created a simple macro that causes the mouse pointer to go to a specific screen position and double clicks the mouse. It worked fine, and all the sudden it quit working. I didn't change anything in the script. Is there a reason that a macro would just quit working? Is there some kind of option I could have mistakenly chosen that disables macros?

 

Here is the script. Like I said, I don't think it's a script problem, because it was working just an hour ago.

 

<IVAR2:01:03:><IVAR2:02:04:><MMS2:2000,573><LDCLK>

Link to comment
Share on other sites

Maybe Macro Express is out-pacing your application. Try wrapping your Mouse commands within a set of Mouse Speed commands:

Variable Set Integer %N1% from Mouse X Position
Variable Set Integer %N2% from Mouse Y Position
Mouse Speed: 1 Milliseconds
Mouse Move Screen 2000, 573
Mouse Left Button Double Click
Mouse Speed: 0 Milliseconds

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...