zachzhuff Posted June 10, 2007 Posted June 10, 2007 Is it possible to search pixels for for somthing like a button in a game. The button would be multi colored. Its for WoW
narayanjr Posted June 10, 2007 Posted June 10, 2007 one way that i know of would be do pixel search full screen for the color in the top left of the button. when it finds that color use that point as the top left points for a new pixel search and set the bottom right points to how ever big the butotn is then do several more pixel searches and if they all come back true then you found your button so then you do MouseClick("left", middle of second pixel search box, middle of second pixel search box,1,1)
zachzhuff Posted June 19, 2007 Author Posted June 19, 2007 one way that i know of would be do pixel search full screen for the color in the top left of the button.when it finds that color use that point as the top left points for a new pixel search and set the bottom right points to how ever big the butotn isthen do several more pixel searches and if they all come back true then you found your button so then you do MouseClick("left", middle of second pixel search box, middle of second pixel search box,1,1)thxs sounds like good idea took me a few mins to get but it should work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now