MoveTo 1514, 631
While i = 0
Delay 1000
FindColor 1614,914,1907,994,"3BB089",intX,intY
If intX > 0 And intY > 0 Then
i = 1//这里是为了找到图之后跳出循环,取消这个赋值将无线循环
//这里写找到颜色以后的操作
End If
Wend
'==========以上是按键精灵录制的内容==========
这段代码怎么改才会继续执行这段代码之前的代码,如何循环找到色以后就继续执行这之前的代码?
While i = 0
Delay 1000
FindColor 1614,914,1907,994,"3BB089",intX,intY
If intX > 0 And intY > 0 Then
i = 1//这里是为了找到图之后跳出循环,取消这个赋值将无线循环
//这里写找到颜色以后的操作
End If
Wend
'==========以上是按键精灵录制的内容==========
这段代码怎么改才会继续执行这段代码之前的代码,如何循环找到色以后就继续执行这之前的代码?