Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scan - question?
#5
Then code can be similar to QM_Expert's.

Macro Macro1534
Code:
Copy      Help
RECT r; r.left=100; r.top=100; r.right=300; r.bottom=300
rep
,if(!scan("test.bmp" 0 r))
,,break ;;exit loop when not found
,;found
,out "x=%i y=%i width=%i height=%i" r.left r.top r.right-r.left r.bottom-r.top
,;...
,0.5 ;;wait


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)