PixelSearch的问题,,帮我看下,,谢谢
帮忙指点下。。整个源码里,controlclick可以用,,PixelChecksum,也可以用,,,就是pixsearch,,用不起
我把PixelSearch,,单独试试,绝对屏幕坐标可以用,,相对窗口的,试来试去,,还是不行。。
Opt("PixelCoordMode", 0)
$coord = PixelSearch( 598, 387,700, 487, 0xb4b9d7,0,1,0x00EB0322)
If Not @error Then
MsgBox(0, "X and Y are:", $coord & "," & $coord)
Else
MsgBox(0, "X and Y are:", 1 & "," & 2)
EndIf
帮忙看下,,试试 你指定了窗口,是否坐标超出范围? 用的是autoit,自带的那个个工具查找的坐标,,,,输入是controlclick coords:的坐标
楼主确认下是否选择为窗口模式(箭头所指)
页:
[1]