用按键精灵手机助手 写了个简单的挂机脚本如下:
do
Dim intX, intY
FindPic 500, 500, 1100, 750, "Attachment:确定小鬼.png", "000000", 0, 0.5, intX, intY
If intX > -1 And intY > -1 Then
Tap 920, 620
End If
Delay 2500
FindPic 110, 430, 530, 550, "Attachment:小鬼.png", "000000", 0, 0.9, intX, intY
If intX > -1 And intY > -1 Then
Tap 400, 500
End If
Loop
想问一下
刚开始写 Tap intX+20, intY+20,提示我该行未定义,
Tap 后面的坐标只能一个一个的去找吗?
新人请教,谢谢!!!
do
Dim intX, intY
FindPic 500, 500, 1100, 750, "Attachment:确定小鬼.png", "000000", 0, 0.5, intX, intY
If intX > -1 And intY > -1 Then
Tap 920, 620
End If
Delay 2500
FindPic 110, 430, 530, 550, "Attachment:小鬼.png", "000000", 0, 0.9, intX, intY
If intX > -1 And intY > -1 Then
Tap 400, 500
End If
Loop
想问一下
刚开始写 Tap intX+20, intY+20,提示我该行未定义,
Tap 后面的坐标只能一个一个的去找吗?
新人请教,谢谢!!!
