按键精灵 如何在循环中,找两张图,找到其中随意一张图就跳出循环!
DoFindPic976,749,1133,791,"Attachment:\胜利.bmp",0.9,intX,intYIfintX>0AndintY>0ThenMove...
Do
FindPic 976,749,1133,791,"Attachment:\胜利.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Delay 300
Exit Do
Else
Delay 300
End If
Loop
如何在这里面插一张图,同时找图! 或者写出你的 代码 展开
FindPic 976,749,1133,791,"Attachment:\胜利.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Delay 300
Exit Do
Else
Delay 300
End If
Loop
如何在这里面插一张图,同时找图! 或者写出你的 代码 展开
2个回答
展开全部
Do
FindPic 976,749,1133,791,"Attachment:\1.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
//找到了
Goto 跳出循环
Else
End If
FindPic 976,749,1133,791,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
//找到了
Goto 跳出循环
Else
End If
Loop
Rem 跳出循环
请过目~亲~
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询