this is what i tried and for some reason dosent work
Code: Select all
GetScreenRes>sx,sy
FindImagePos>C:\Documents and Settings\Owner.DJCYBERP-GZL12S\My Documents\fox.bmp,SCREEN,0,0,xpos,ypos,imgs
if>imgs>0
MouseMove>xpos_0,ypos_0
LClick
Moderators: JRL, Dorian (MJT support)
Code: Select all
GetScreenRes>sx,sy
FindImagePos>C:\Documents and Settings\Owner.DJCYBERP-GZL12S\My Documents\fox.bmp,SCREEN,0,0,xpos,ypos,imgs
if>imgs>0
MouseMove>xpos_0,ypos_0
LClick
Code: Select all
FindImagePos>captured_image,SCREEN,0,1,Xpos,Ypos,imgs
If>imgs>0
MouseMove>Xpos_0,Ypos_0
LClick
Endif