2个回答
展开全部
FindPic 0,0,2000,2000,"Attachment:\要找的图.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面"
Else
MessageBox "没找到!"
End If
把要找的图截图好放在附件里
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面"
Else
MessageBox "没找到!"
End If
把要找的图截图好放在附件里
追问
如果我有10张图,每张图片找到后执行的内容都是不同的,我一直else下去吗??
追答
FindPic 0,0,2000,2000,"Attachment:\要找的图1.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面1"
End If
FindPic 0,0,2000,2000,"Attachment:\要找的图2.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面2"
End If
FindPic 0,0,2000,2000,"Attachment:\要找的图3.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面3"
End If FindPic 0,0,2000,2000,"Attachment:\要找的图4.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面4"
End If FindPic 0,0,2000,2000,"Attachment:\要找的图5.bmp",0.9,intX,intY
If intX>0 and intY>0 Then
MoveTo intX,intY
MessageBox "找到图形,鼠标已经移到图形上面5"
End If
展开全部
//循环找多图,执行什么自己写~
Do
//找图1
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
//以下是条件判断;如果返回的坐标大于0,那么就说明找到了。
If intX > 0 And intY > 0 Then
//执行什么自己写~
End If
//找图2
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
//以下是条件判断;如果返回的坐标大于0,那么就说明找到了。
If intX > 0 And intY > 0 Then
//执行什么自己写~
End If
Delay 1000
loop
Do
//找图1
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
//以下是条件判断;如果返回的坐标大于0,那么就说明找到了。
If intX > 0 And intY > 0 Then
//执行什么自己写~
End If
//找图2
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
//以下是条件判断;如果返回的坐标大于0,那么就说明找到了。
If intX > 0 And intY > 0 Then
//执行什么自己写~
End If
Delay 1000
loop
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询