Key.Codes Meaning
开发者 l4p4k
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
Key.Codes Meaning
Key.Codes Meaning 的标签
简介
Do you know what Key.Codes are in flash
Also with rocket platformer type code to copy and paste. READ…
玩法说明
Arrow Keys
评论
lmgcmg
Sep. 27, 2009
That was sooooooooooo fun!!! lol, that was horrible.
Carr77
Sep. 28, 2009
If i want to gotoDnPlay... do i writ gotoAndPlay(enterFrame) {
if (Key.isDown(38)) {
this._y--;
}
}
Carr77
Sep. 27, 2009
Thanks!
lozgibbs243
Sep. 27, 2009
rather complex, not a game for people that want to have fun more a game for people that want to test programming skills
artwich
Sep. 27, 2009
Even better: addEventListener(KeyboardEvent.KEY_DOWN,function(e:KeyboardEvent){trace(e.keyCode);});
And eh... why is the text blinking?
~Art