FindPic 0,0,1024,768,"Attachment:\挑战陌生人.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 1
LeftClick 1
Delay 1
End If
FindPic 0,0,1024,768,"Attachment:\快速战斗.bmp",0.9,intC,intU
If intC > 0 And intU > 0 Then
MoveTo intC, intU
Delay 1
LeftClick 1
Delay 1
End If
FindPic 0,0,1024,768,"Attachment:\挑战失败.bmp",0.9,intV,intI
If intV > 0 And intI > 0 Then
MoveTo intV, intI
Delay 1
LeftClick 1
Delay 1
End If
FindPic 0,0,1024,768,"Attachment:\开始摇奖.bmp",0.9,intB,intO
If intB > 0 And intO > 0 Then
MoveTo intB, intO
Delay 1
LeftClick 1
Delay 1
End If
FindPic 0,0,1024,768,"Attachment:\关闭界面.bmp",0.9,intN,intP
If intN > 0 And intP > 0 Then
MoveTo intN, intP
Delay 1
LeftClick 1
Delay 1
End If
FindPic 0,0,1024,768,"Attachment:\挑战.bmp",0.9,intQ,intW
If intQ > 0 And intW > 0 Then
MoveTo intQ, intW
Delay 1
LeftClick 1
Delay 1
End If
我想把这代码循环12次之后就换其他代码继续用 知道的说下
按键精灵怎么把这代码循环几次在用其他其他代码
答案:2 悬赏:40 手机版
解决时间 2021-04-06 23:24
- 提问者网友:绫月
- 2021-04-06 09:05
最佳答案
- 五星知识达人网友:渊鱼
- 2021-04-06 09:42
For 12
Delay 100
//下面是你要循环的代码................
。。。。。。。。。。。。。。。。。。
。。。。。。。。。。。。。。。。。。
//上面面是你要循环的代码................
End for
//下面是你其他要执行的代码
Delay 100
//下面是你要循环的代码................
。。。。。。。。。。。。。。。。。。
。。。。。。。。。。。。。。。。。。
//上面面是你要循环的代码................
End for
//下面是你其他要执行的代码
全部回答
- 1楼网友:胯下狙击手
- 2021-04-06 10:21
某段代码无限循环格式如下:
while true
//某段代码
wend
某段代码条件循环代码如下:
n=1
while n<100
//某段代码
n=n+3
wend
由于我不清楚你文件的内容,所以其他修改我帮不了你。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯