按键精灵 一直找图循环找A图 找到后执行找B图
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏20(财富值+成长值)
展开全部
//须把图放到附件否则给出图片绝对路径
PutAttachment ".","*.bmp"
rem a
FindPic 0,50,1023,767,"a.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
//没找到循环找a
goto a
End If
rem b
FindPic 0,50,1023,767,"b.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
//没找到循环找b
goto b
End If
PutAttachment ".","*.bmp"
rem a
FindPic 0,50,1023,767,"a.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
//没找到循环找a
goto a
End If
rem b
FindPic 0,50,1023,767,"b.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
//没找到循环找b
goto b
End If
追问
一直循环找A图,B图出现直接找B图执行命令
追答
//那要把代码放一块,方法很多,下面是一种,意思是找不到A图找B图。最后跳转标记A循环找图
rem a
FindPic 0,50,1023,767,"a.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
FindPic 0,50,1023,767,"b.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
Else
End If
End If
goto a
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |