登录可保存游戏进度并赚积分!
moving controls tutorial

moving controls tutorial

开发者 dagamer3

Loading ad...

moving controls tutorial

评分:
2.2
上架时间: September 20, 2009
最近更新: September 20, 2009
开发者: dagamer3

moving controls tutorial 的标签

简介

gives you moving controls

评论

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