Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I change the direction of the scan?
#1
Shocked 
According to what I know, scan read the screen from left to right top to bottom. Is there any chance for me to change the direction of scan example read screen from bottom to top?
#2
No. But can get array and use its last element.

Macro Macro284
Code:
Copy      Help
ARRAY(RECT) a
int w=win(" - Mozilla Firefox" "MozillaWindowClass")
if(!scan("image:h4123CB22" w 0 2|16 0 a)) out "not found"; ret
RECT r=a[a.len-1] ;;last
mou (r.left+r.right/2) (r.top+r.bottom/2)
#3
Thank you bro. you save my life  Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)