Label>Start
Repeat>10
//Find and Left Click Center of
FindImagePos>%BMP_DIR%\image_9.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
Wait>0.10
LClick
Endif
Unti>10
(Next action it gets stuck after until>10 and repeats instead of moving on)
//find and Left Click Center of
FindImagePos>%BMP_DIR%\image_5.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
Wait>0.10
LClick
Endif
Here is a better explanation of what I'm trying to do ignore my pro paint skills :p
