Search found 5 matches
- Fri May 22, 2020 11:52 pm
- Forum: Technical / Scripting
- Topic: Image searching issues
- Replies: 1
- Views: 2214
Image searching issues
Alright, so I posted that repeated image searching thing a while back and Marcus, you said to use the "WaitScreenImage" command. I haven't had a problem with the "WaitScreenImage" but I have had a problem with the "FindImagePos". I have used debug, I have looked at the values it's producing or the l...
- Wed May 20, 2020 6:01 pm
- Forum: Technical / Scripting
- Topic: Repeated image searching question
- Replies: 2
- Views: 2656
Re: Repeated image searching question
Alright, I think I'll just go with the WaitScreenImage timeout option. Thanks.
- Tue May 19, 2020 10:13 pm
- Forum: Technical / Scripting
- Topic: Repeated image searching question
- Replies: 2
- Views: 2656
Repeated image searching question
So basically I have a script that goes like this Label>BC FindImagePos>%BMP_DIR%\image_3.bmp,SCREEN,0.7,1,XArr,YArr,AC,CCOEFF If>AC>0 Wait>.75 MouseMove>XArr_0,YArr_0 LClick Endif If>AC=0 Goto>BC Endif Wait>.5 So it essentially continues searching for an image until the image is there since if the i...
- Thu May 14, 2020 8:17 pm
- Forum: Technical / Scripting
- Topic: I'm new and I need a little help...
- Replies: 3
- Views: 3117
Re: I'm new and I need a little help...
Works flawlessly, thanks so much!
I just wanted to say, compared to JitBit, this program and its community are so much better.
I just wanted to say, compared to JitBit, this program and its community are so much better.
- Thu May 14, 2020 3:45 am
- Forum: Technical / Scripting
- Topic: I'm new and I need a little help...
- Replies: 3
- Views: 3117
I'm new and I need a little help...
How do you make it so that a portion of the script will stop repeating if an image is not found on the screen? I need the portion to be able to keep repeating as long as the image is found on the screen and stop repeating this certain part of script once the image is no longer found. Thank you for y...