按键精灵在指定区域找到图并执行后续操作,我要在这个指定区域再找相同的图(之前已找出来的就不要找了) 5
FindPic235,637,551,799,"Attachment:\1.bmp",1,intX,intYIfintX>0AndintY>0ThenMoveTointX...
FindPic 235,637,551,799,"Attachment:\1.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 100
LeftClick 1
Delay 600
FindPic 800,350,903,441,"Attachment:\2.bmp",1,intX1,intY1
If intX1 > 0 And intY1 > 0 Then
MoveTo intX1, intY1
MoveR 10, 10
Delay 100
LeftClick 1
Delay 600
End If
End If
我指定的区域是隔段时间刷新的,我怎么在指定区域刷新后,找到里面所有我需要的图,并都执行上面的代码。 展开
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 100
LeftClick 1
Delay 600
FindPic 800,350,903,441,"Attachment:\2.bmp",1,intX1,intY1
If intX1 > 0 And intY1 > 0 Then
MoveTo intX1, intY1
MoveR 10, 10
Delay 100
LeftClick 1
Delay 600
End If
End If
我指定的区域是隔段时间刷新的,我怎么在指定区域刷新后,找到里面所有我需要的图,并都执行上面的代码。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询