moving controls tutorial
by dagamer3
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
moving controls tutorial
moving controls tutorial의 태그
설명
gives you moving controls
댓글
scientist102
Sep. 27, 2009
onClipEvent (load){speed = 5;}onClipEvent (enterFrame){if (Key.isDown(Key.LEFT)){this._x -= speed;}if (Key.isDown(Key.RIGHT)){this._x += speed;}if (Key.isDown(Key.UP)){this._y -= speed;}if (Key.isDown(Key.DOWN)){this._y += speed;}}
go510
Sep. 21, 2009
onClipEvent (load){speed = 5;}onClipEvent (enterFrame){if (Key.isDown(Key.LEFT)){this._x -= speed;}if (Key.isDown(Key.RIGHT)){this._x += speed;}if (Key.isDown(Key.UP)){this._y -= speed;}if (Key.isDown(Key.DOWN)){this._y += speed;}}
manfred_spain
Sep. 20, 2009
guh guh buh duh!!!!!!!!!!!!!!!!!!
iggyrocks2
Sep. 20, 2009
){speed = 5;}onClipEvent (enterFrame){if (Key.isDown(Key.LEFT)){this._x -= speed;}if (Key.isDown(Key.RIGHT)){this._x += speed;}if (Key.isDown(Key.UP)){this._y -= speed;}if (Key.isDown(Key.DOWN)){this._y += speed;}}
resterman
Sep. 20, 2009
Omg! You have to see the size of that script! It's amazing!!