Key.Codes Meaning
by 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