moving controls tutorial
autor dagamer3
Dodaj na ekran główny, by mieć szybki dostęp
Zainstaluj tę grę
Stuknij przycisk Udostępnij, potem "Dodaj do ekranu początkowego", aby szybko mieć grę pod ręką.
moving controls tutorial
Tagi dla moving controls tutorial
Opis
gives you moving controls
Komentarze
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!!