Jump to content
Macro Express Forums

fireburn

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by fireburn

  1. Is there a way in the program to search the field, such as Control+F? If so, you could program Macro Express to use this feature and then use the Move To Text Cursor Position under the mouse move command.

    sadly no, I could use a "get color" check instead of text tho.

     

    example

    mouse move X:585 Y:245

    if color = white

    macro run: 2

    if color = black

    loop (till color = white)

     

    something like this either with colors or text would be helpful to me, but no ideal how to program that in ME 3.5

  2. Hello all, I'm just learning more detailed ways of using ME and I'm stuck on how to make a macro based on text on the window.

     

    I want a macro to check a field for text that might read "buy" or "buy stack" but can't seem to get it to work. the items would be in a random list on the window so I need it to check for "text" and if it's there left click, but if it is not, mouse move to new pos and check again.

     

    If you can help me with this plz post.

×
×
  • Create New...