mjt Posted June 27, 2006 Report Share Posted June 27, 2006 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> Quote Link to comment Share on other sites More sharing options...
joe Posted July 3, 2006 Report Share Posted July 3, 2006 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.