Key.Codes Meaning
oleh l4p4k
Tambahkan ke layar utama untuk akses cepat
Instal game ini
Ketuk tombol Bagikan, lalu "Tambahkan ke Layar Utama" untuk instal game ini agar mudah diakses.
Key.Codes Meaning
Tag untuk Key.Codes Meaning
Deskripsi
Apakah kamu tahu apa itu Key.Codes di flash? Juga dengan kode tipe platformer roket untuk disalin dan ditempel. BACA.
Cara Bermain
Tombol Panah
Komentar
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