Jump to content
Macro Express Forums

Sequential Macros?


pablo

Recommended Posts

I would like to write/record a macro or series of macros, whereby each time I click the mouse the next in a series of commands is performed.

 

I need to do this without moving the mouse (so no, I can't just assign each macro to a different screen area).

 

Is there an easy way to do this? I am a newbie to Macro Express and I'm not a programmer.

 

Thanks in advance,

 

Pablo

Link to comment
Share on other sites

There are a couple of ways to accomplish this. You could write one long macro that uses one of the Wait Left Mouse Click, Wait Right Mouse Click, or Wait Middle Mouse Click commands.

 

Another thing you might try is to write several individual macros and one 'master' macro. The master macro would run each time you click the mouse and then call one of the individual macros. You would need to keep track of how often you had clicked the mouse. The sample macro titled 'Counter_From_Run_To_Run' demonstrates how a macro can keep track between activations. This macro is found in the samples.mex macro file found in the folder where you installed Macro Express (by default, c:\Program Files\Macro Express3).

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...