马上加入TC
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按键精灵有个跳转语句(goto语句)比较好用。请教下,用tc怎么实现呢?
比如,这是我原来编写的一段:
rem 开始
...
...
While intx < 1 and inty < 1
Delay 100
FindPic 790, 750, 820, 810, "Attachment:\战斗界面标志.bmp", 0.8, intX, intY
a=a+1
if a>100 then
FindPic 1060, 50, 1080, 70, "Attachment:\智力竞赛右上角关闭.bmp", 0.8, intX00, intY00
If intx00 > 0 and inty00 > 0 Then
call 关闭智力竞赛
End If
delay 5000//可能还没有跑到市场外面
Goto 开始
End if
Wend
...
用tc怎么实现跳转呢?
|