按键精灵设置颜色变化后停止

2025-04-01 15:53:53
推荐回答(4个)
回答1:

本来就有一个脚本停止的命令的啊,就在控制命令的最后一项(EndScript)

回答2:

IfColor 204,193,f8fcf8,0
WaitKey
MessageBox "按任意键继续"
Else
EndIf

回答3:

Rem a
这里插入你的脚本
IfColor 204,193 f8fcf8 0
Else
Delay 100
Goto a
EndIf

回答4:

IfColor 204,193 f8fcf8 0
KeyPress 123,1