Search found 4 matches
- Thu Jan 25, 2024 2:04 am
- Forum: Technical / Scripting
- Topic: Marcus
- Replies: 6
- Views: 9233
Re: Marcus
I already use debug, but I want to locate an image on the screen, if found, click on it, if it doesn't find the image, in this case NumFound has a value of zero and I couldn't execute the codes below, but whether or not the image is found, the code inside the whether it is executed. The value of "Nu...
- Wed Jan 24, 2024 11:02 pm
- Forum: Technical / Scripting
- Topic: Marcus
- Replies: 6
- Views: 9233
Re: Marcus
Good night,Good evening, that timedout worked perfectly with "D", now the problem is with the code below, whether or not the image is found, the code is executed, any ideas on how to solve it? Thanks. FindImagePos>%BMP_DIR%\image_6.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 MouseMove>X...
- Wed Jan 24, 2024 2:38 am
- Forum: Technical / Scripting
- Topic: Marcus
- Replies: 6
- Views: 9233
Re: Marcus
Work 100%. Thanks
- Sat Jan 20, 2024 7:24 pm
- Forum: Technical / Scripting
- Topic: Marcus
- Replies: 6
- Views: 9233
Marcus
Good afternoon, I have the script below, I want to locate an image on the screen and click on it, if I don't find it it gives an image not found message, but in any case the image is not found, even though it is on the screen. I've tested with exact coefficient or 0.7, I've tested with Image Recogni...