Search found 6 matches
- Tue Jun 13, 2006 8:21 pm
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
I no longer have the mousemove problem now that I have the correct way to add on to the cords. Thanks for all the help guys. Unfortunitly, I will not be able to use this in the end. I did not expect the scanning to take so long. It takes at least a second scanning for a single image and what I want ...
- Tue Jun 13, 2006 3:42 am
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
yea, they aren't actually buttons. it's in Flash and the screen is small so I didn't think it'd take too long. There are 8 general areas to scan and images will continue to pop up in those locations. How can I delegate the scans to certain areas instead of the whole screen? Also could you tell me ho...
- Tue Jun 13, 2006 2:48 am
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
Alright, yea, I didn't see that first line. Fixed the URL. It works, although I'll definitly need to change some things...like make it loop and make it so it scans for more than one image. I feel like it scans quite slowly...is there a way to make it faster and almost instant? Edit: Okay, although i...
- Tue Jun 13, 2006 2:14 am
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
The only things I changed were the image locations: IfFileExists>screen.bmp DeleteFile>C:\Program Files\MJT Net Ltd\Macro Scheduler\screens\screen.bmp EndIf ScreenCapture>X,Y,W,H,C:\Program Files\MJT Net Ltd\Macro Scheduler\screens\screen.bmp LibFunc>imglib,FindImgPos,imgs,C:\Program Files\MJT Net L...
- Tue Jun 13, 2006 1:17 am
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
Alright, thanks, that gets me started. Not sure if this is going to be a problem or not, but the background changes...is that going to screw up the screen.bmp? Also, right off the bat I get a problem with "Invalid Numeric Value for MouseMove command." Would this have to do with the size of my window...
- Tue Jun 13, 2006 12:11 am
- Forum: Beginners
- Topic: Pixel recognition
- Replies: 11
- Views: 12801
Pixel recognition
Alright, I'm pretty much completely new to this, but would really like to get it. I have looked around these forums and in tutorials, but can't seem to really find anything...or at least don't understand it. I would like to compare small pieces of a picture to what is on the screen. If that picture ...