02-16-2012, 04:11 PM
Great result with the code you gave me! i was able to inplement it perfetly
Is there a way to move the cursor to the found Func5.bmp inside the area automaticaly? I tried seting 0 to 1 and adding 0 0 1 r but won't work like that.
Thank's
scan "Func4.bmp" 0 0 1 65
RECT r
GetCursorPos +&r
r.right=r.left+200 ;;width 32
r.bottom=r.top+200 ;;height 32
if(scan("Func5.bmp" 0 r))
out "true"
else
out "false"Is there a way to move the cursor to the found Func5.bmp inside the area automaticaly? I tried seting 0 to 1 and adding 0 0 1 r but won't work like that.
Thank's
