Key.Codes Meaning
oleh l4p4k
Tambah ke skrin utama anda untuk akses pantas
Pasang permainan ini
Tekan butang Kongsi, kemudian "Tambah ke Skrin Utama" untuk pasang permainan ini dan akses dengan pantas.
Key.Codes Meaning
Tag untuk Key.Codes Meaning
Deskripsi
Do you know what Key.Codes are in flash
Also with rocket platformer type code to copy and paste. READโฆ
Cara Bermain
Arrow Keys
Komen
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