使用按键精灵自动识别图片点击,如何把下面10个图片依次执行点击?

FindPic0,0,1024,768,"Attachment:\1层.bmp",0.9,intX,intYIfintX>0AndintY>0ThenMoveTo991,... FindPic 0,0,1024,768,"Attachment:\1层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\2层.bmp",0.9,intX,intY
MoveTo 991, 526
LeftClick 1
If intX > 0 And intY > 0 Then
End If
FindPic 0,0,1024,768,"Attachment:\3层.bmp",0.9,intX,intY
MoveTo 991, 526
LeftClick 1
If intX > 0 And intY > 0 Then
End If
FindPic 0,0,1024,768,"Attachment:\4层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\5层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\6层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\7层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\8层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\9层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
End If
FindPic 0,0,1024,768,"Attachment:\10层.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo 991, 526
LeftClick 1
Delay 1000
End If
展开
 我来答
njzam
2012-12-17 · TA获得超过410个赞
知道小有建树答主
回答量:259
采纳率:0%
帮助的人:103万
展开全部
Rem a
FindPic 0,0,1024,768,"Attachment:\1层.bmp",0.9,intX,intY
If intX >= 0 And intY >= 0 Then
MoveTo intX+5,intY+5
Delay 100
Leftclick 1
Delay 100
Else
Goto a
End If
Rem b
FindPic 0,0,1024,768,"Attachment:\2层.bmp",0.9,intX,intY
If intX >= 0 And intY >= 0 Then
MoveTo intX+5,intY+5
Delay 100
Leftclick 1
Delay 100
Else
Goto b
End If

以此类推3层,4层就像这么编辑下去Rem 及Goto很重要
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
w93118
2012-12-06 · TA获得超过283个赞
知道小有建树答主
回答量:825
采纳率:0%
帮助的人:453万
展开全部
你意思是按顺序来,当找到图1时候进行某某操作,然后找图2依次继续下去,如果没找到图1就继续找图1,直到找到为止是吗
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式