按键精灵ifcolor语句循环 60
Rem标记IfColor943,697,"E7BDA5",0ThenKeyPress"v",1ElseFindColor849,448,1072,642,"a1b0a8"...
Rem 标记
IfColor 943, 697, "E7BDA5", 0 Then
KeyPress "v", 1
Else
FindColor 849, 448, 1072, 642, "a1b0a8", intX, intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 433
KeyPress "R", 1
Delay 433
LeftClick 1
Delay 433
Else
KeyPress "5", 1
Delay 1033
Goto 标记
End If
如果 943, 697颜色是 "E7BDA5",则按一下V
否则从849, 448到1072, 642找色"a1b0a8"
如果找到"a1b0a8" 则移至该点 按R 延迟0.5秒 按左键延迟0.5秒
如果没找到"a1b0a8"则按一下5 延迟1秒
再从头循环
哪里有问题啊... 展开
IfColor 943, 697, "E7BDA5", 0 Then
KeyPress "v", 1
Else
FindColor 849, 448, 1072, 642, "a1b0a8", intX, intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
Delay 433
KeyPress "R", 1
Delay 433
LeftClick 1
Delay 433
Else
KeyPress "5", 1
Delay 1033
Goto 标记
End If
如果 943, 697颜色是 "E7BDA5",则按一下V
否则从849, 448到1072, 642找色"a1b0a8"
如果找到"a1b0a8" 则移至该点 按R 延迟0.5秒 按左键延迟0.5秒
如果没找到"a1b0a8"则按一下5 延迟1秒
再从头循环
哪里有问题啊... 展开
2个回答
展开全部
Rem 标记 IfColor 943, 697, "E7BDA5", 0 Then KeyPress "v", 1 end if FindColor 849, 448, 1072, 642, "a1b0a8", intX, intY If intX > 0 And intY > 0 Then MoveTo intX, intY Delay 433 KeyPress "R", 1 Delay 433 LeftClick 1 Delay 433 Else KeyPress "5", 1 Delay 1033 end if Goto 标记. 代码换成这样试试,手机打的,忘采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询