Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Limit area of interest?
#3
Great result with the code you gave me! i was able to inplement it perfetly Big Grin
Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)