按键精灵吧 关注:500,020贴子:1,023,242
  • 1回复贴,共1

找图1要在图1里面在找图2怎么写

只看楼主收藏回复

FindPic 0,0,1024,768,"Attachment:\11.bmp",0.9,intX,intY
If intX > 0 Then
TracePrint " 找到图1"
MoveTo intX, inty
LeftDoubleClickS 1
Delay 2000
if intX > 0 Then
FindPic 0, 0, 1024, 768, "Attachment:\22.bmp", 0.9, intX, intY
MoveTo intX, inty
Delay 100
LeftDoubleClicks 1
End if
End If
对不对


1楼2014-08-21 17:08回复
    确定图一的长宽 xy,找到图一,存入坐标intX,intY 在intX,intY到intX+x,intY+y中找图二,文字描述.自己转化


    IP属地:湖南2楼2014-08-21 17:33
    回复