Games Achievements My Kong Sign In

Ninja_Puding's Comments

Comment

Shootorial #1

Play Shootorial #1

Sep. 03, 2009

Rating: 0

sry it works only type class Ship extends MovieClip { var velocity; function onLoad() { velocity = 10; } function onEnterFrame() { if( Key.isDown(Key.RIGHT) ) { _x = _x + velocity; } if( Key.isDown(Key.LEFT) ) { _x = _x - velocity; } if( Key.isDown(Key.UP) ) { _y = _y - velocity; } if( Key.isDown(Key.DOWN) ) { _y = _y + velocity; } } } that code in your actionscript data and save it...

Shootorial #1

Play Shootorial #1

Sep. 03, 2009

Rating: 0

it works until the keboard thing -.-

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate