Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move mouse 15 pixels in height using scan
#1
Photo 
Good morning,
Would there be any way to record the scan coordinate and move the mouse 15 pixels below the found coordinate?
For example:

scan("color:0x4A42B5" w r 1|16 4)

if it finds the color it moves the mouse to the location it finds, adding another 15 pixels in height?

https://pasteboard.co/BwExOm6nRAqK.png

Thanks
#2
Macro Macro3177
Code:
Copy      Help
if scan("color:0x4A42B5" w r 16 4)
,mou r.left+r.right/2 r.bottom+15
#3
Thanks. It's works.


Forum Jump:


Users browsing this thread: 1 Guest(s)