Accedi per salvare i tuoi progressi e guadagnare punti!
moving controls tutorial

moving controls tutorial

di dagamer3

Loading ad...

moving controls tutorial

Voto:
2.2
Rilasciato: September 20, 2009
Ultimo aggiornamento: September 20, 2009
Sviluppatore: dagamer3

Tag per moving controls tutorial

Descrizione

gives you moving controls

Commenti

0/1000
scientist102 avatar

scientist102

Sep. 27, 2009

0
0

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 avatar

go510

Sep. 21, 2009

0
0

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 avatar

manfred_spain

Sep. 20, 2009

0
0

guh guh buh duh!!!!!!!!!!!!!!!!!!

iggyrocks2 avatar

iggyrocks2

Sep. 20, 2009

0
0

){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 avatar

resterman

Sep. 20, 2009

0
0

Omg! You have to see the size of that script! It's amazing!!