Log in to save your progress and earn points!
moving controls tutorial

moving controls tutorial

by dagamer3

Loading ad...

moving controls tutorial

Rating:
2.2
Released: September 20, 2009
Last updated: September 20, 2009
Developer: dagamer3

Tags for moving controls tutorial

Description

gives you moving controls

Comments

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!!