Jump to content
Macro Express Forums

sixwingedfreak

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by sixwingedfreak

  1. Ah, thanks! Your example helped me greatly, I appreciate your help.
  2. What I want to do is essentially: If X amount of time has elapsed Do this Also, I'd like to make something that says: If the time is currently X Do this But I can't find any commands that would make this possible. Can anyone help me out, with at least one of these?
  3. Ah, thanks for your input. Yes, I try to use keyboard shortcuts and other shortcuts to avoid using the mouse where possible, but for this program, unfortunately there are very few, and no controls to speak of either -- making the mouse the primary tool for getting around in this app. I greatly appreciate the help, thank you again.
  4. Thanks! Lemme cook that up and test it out, and I'll get right back to you. <edit> Ok, I'm lost. I put in "Variable Set Integer %N1% with a Random Number," but I don't know where to go from here.. I don't understand how to set up the rest... or if I even have this command in the right spot. Also, how will it assign the numbers, 0, 1, 2, and 3, to my mouse positions...? This is an area outside my realm of comprehension... I don't understand. <edit #2> Alright, I think I figured it out playing around with it for a long while. Does this look nominal for my switch/case command? Is it possible to make it "better?" <IVAR2:01:06:3> <SWITCH:N1> <REM2:Bookmark B> <CASE:0><MMW2:73,177><RCLK><ENDCASE> <REM2:Bookmark C> <CASE:1><MMW2:73,195><RCLK><ENDCASE> <REM2:Bookmark D> <CASE:2><MMW2:73,214><RCLK><ENDCASE> <REM2:Bookmark E> <CASE:3><MMW2:73,234><RCLK><ENDCASE> <ENDSWITCH>
  5. Alright, let me explain what I'd like to do. I have four locations on the window the mouse needs to move to. I want it to choose one of these positions at random. I can figure out the rest of the script once I know how to choose something at random. I'm guessing I need to use a variable, logic, or something to that effect, but I don't know how to go about doing this. I wrote a couple other scripts before, but they were simple in comparison, being only tons of pointing and clicking, with a repeat. Can someone help me on how to go about this? <SPEED:00001> <SPKEY:0100> <SPMSE:00100> <REM2:> <MMW2:73,177> <REM2:> <MMW2:73,195> <REM2:> <MMW2:73,215> <REM2:> <MMW2:73,233> <REM2:>
×
×
  • Create New...