Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
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!!