level 1
nihqbke2953
楼主
Delay 100
key = WaitKey()
if Key=65 then
Rem a
KeyPress "q", 1
Goto a
end if
if Key=66 then
Rem b
KeyPress "f", 1
Goto b
end if
我想问下各位大佬 我想达到一个目的就是,启动后按下A就不停的按Q,按下B就不停的按F,然后按下T就停止请问需要怎么改啊!谢谢了
2018年07月31日 01点07分
1
key = WaitKey()
if Key=65 then
Rem a
KeyPress "q", 1
Goto a
end if
if Key=66 then
Rem b
KeyPress "f", 1
Goto b
end if
我想问下各位大佬 我想达到一个目的就是,启动后按下A就不停的按Q,按下B就不停的按F,然后按下T就停止请问需要怎么改啊!谢谢了