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 how i can do that. In my head i have an Idea, but i have no Idea how to write that in this Code.
Manual for Noobs
Moderators: JRL, Dorian (MJT support)
Re: Manual for Noobs
Use the Image Recognition Wizard

Select "Find the position of an image to interact with." and hit "Next >>

Click "Capture An Image" and drag an rectangle around the image - Then hit Next >> again

Select if you want to search the entire screen or only in a specific window or only within a specified rectangle and hit Next>>

Select Left click on Center of Image and click Insert Code

This should insert a code that looks something like this:
FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
else
Endif
Now keep doing that for each image and it should work
Maybe this video will help
https://www.youtube.com/watch?v=_bqjWWlOIDk

Select "Find the position of an image to interact with." and hit "Next >>

Click "Capture An Image" and drag an rectangle around the image - Then hit Next >> again

Select if you want to search the entire screen or only in a specific window or only within a specified rectangle and hit Next>>

Select Left click on Center of Image and click Insert Code

This should insert a code that looks something like this:
FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
else
Endif
Now keep doing that for each image and it should work
Maybe this video will help
https://www.youtube.com/watch?v=_bqjWWlOIDk