按键精灵找图 如果图片A未找到,就找图片B,这个要怎么写代码?
FindPic0,0,1024,768,"Attachment:\图片A.bmp",0.9,intX,intYIfintX>0AndintY>0ThenMoveToint...
FindPic 0,0,1024,768,"Attachment:\图片A.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
End If
这个是找图片A时我用的代码,但是如果A没找到,就找B图片Attachment:\图片A.bmp,后面的代码要怎么写?请会的帮忙!!! 展开
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
End If
这个是找图片A时我用的代码,但是如果A没找到,就找B图片Attachment:\图片A.bmp,后面的代码要怎么写?请会的帮忙!!! 展开
展开全部
FindPic 0,0,1024,768,"Attachment:\图片A.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Else
FindPic 0,0,1024,768,"Attachment:\图片B.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
End If
End If
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Else
FindPic 0,0,1024,768,"Attachment:\图片B.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
End If
End If
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询