posted 17 years ago
cool, thanks a lot.
what I'm wanting to do is, I have a game I play(mmorpg) and you kill "monsters" and stuff, and what i was going to do was take certain screencaptures with the robot class and compare them to a static picture I took and saved, if they are alike, attack that "monster".
This might not be a good way, because the likely hood of me randomly taking a screen capture that is exactly alike is almost impossible.
I had another plan though:
have about 5 or 6 different threads and have them "scanning" a current copy of the gamescreen, If i come across a certain pixel color that is that of a "monster" attack that creature, and pause all other threads.
Is this a good approach?
Thanks,
Justin
You down with OOP? Yeah you know me!