talahaski
December 28th, 2006, 01:25 PM
Can anybody help me with this project. I'm not sure how to get started.
I have a simple game window open that displays a number of flags on a map.
I want to build a c# application that will "look" at the screen, find the nearest flag, move the mouse curser to the nearest flag and perform a left-mouse button click. This will action should be repeated until all flags are gone.
I am wondering how to go about this. How do I "look" at the screen and find the location of something.
Any help would be appreciated.
I have a simple game window open that displays a number of flags on a map.
I want to build a c# application that will "look" at the screen, find the nearest flag, move the mouse curser to the nearest flag and perform a left-mouse button click. This will action should be repeated until all flags are gone.
I am wondering how to go about this. How do I "look" at the screen and find the location of something.
Any help would be appreciated.