Search found 5 matches
- Mon Sep 16, 2019 8:58 am
- Forum: Beginners
- Topic: total noob needs help with loop and image search
- Replies: 4
- Views: 5514
Re: total noob needs help with loop and image search
Renamed all Images from image_1 -> image_42 ok, another problem, after 29 Repeats, i have to scoll down. How can i make that work ? something like IF>k=29 then>FindImagewithArrowDown LClickPosition LClickPosition LClickPosition EndIf // and than my script just continue ?! //Set IGNORESPACES to 1 to ...
- Sat Sep 14, 2019 10:35 am
- Forum: Beginners
- Topic: total noob needs help with loop and image search
- Replies: 4
- Views: 5514
Re: total noob needs help with loop and image search
Thank U very much, that is working so far !
know i have to speed it up, but i try it myself first.
Thank U
know i have to speed it up, but i try it myself first.
Thank U
- Tue Sep 10, 2019 7:58 pm
- Forum: Technical / Scripting
- Topic: Choosing second image if first isn't available
- Replies: 5
- Views: 16543
Re: Choosing second image if first isn't available
Hi, i think i can use this topic for my problem I can“t get my code working as i imagine. I want to search for ~15 different Images, some images are shown 2 times, some 7 times and some only once. And not all are active at the same time. so i imagine: 1. If -> one of the images is there -> then klic...
- Tue Sep 10, 2019 4:40 pm
- Forum: Beginners
- Topic: Manual for Noobs
- Replies: 1
- Views: 3222
Manual for Noobs
Hi, i never code before, and i am wondering if there is a more understanding manual with better examples. I need to find an image -> klick it -> find another image -> klick it -> another image -> klick it -> an image -> klick it. and the first image could be 1 out of 15 or all 15 . I have no Idea ho...
- Tue Sep 10, 2019 7:09 am
- Forum: Beginners
- Topic: total noob needs help with loop and image search
- Replies: 4
- Views: 5514
total noob needs help with loop and image search
Hi together, i am from germany so my english is not the best but i try. i it possible to use different *.bmp files ? maybe 10 different in one line ? FindImagePos>%BMP_DIR%\image_5.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 MouseMove>XArr_0,YArr_0 LClick Endif second question ... how d...