Mythonline Posted July 14, 2010 Report Share Posted July 14, 2010 Well, what I want the macro to do is the following options, please tell me what macro express can do and what it cannot do: 1) search the screen for color number (XXXXXXX) and get the location. 2) Search the screen for picture (that I will add) and get the location. 3) Find text on screen (That I wrote before that) Thanks a lot for any help Quote Link to comment Share on other sites More sharing options...
rberq Posted July 15, 2010 Report Share Posted July 15, 2010 1) yes, but slow if you are just scanning for a single pixel. 2) no -- look are the (much more expensive) program called "Macro Scheduler" which can do it easily. 3) depends what you mean by "find" -- find out if it exists? find its position on the screen? highlight it to edit it? Quote Link to comment Share on other sites More sharing options...
acantor Posted July 15, 2010 Report Share Posted July 15, 2010 1) search the screen for color number (XXXXXXX) and get the location. About six months ago, I made a feature request for a fast pixel colour search. I took on the challenge of scripting a macro to test every pixel within a rectangle. It works, but runs far too slow to be practical for more than a few thousand coordinates. AutoHotKey's pixel colour search is brilliant. It checks a million or more pixels in the blink of an eye. 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.