Search for your favorite games...
Game comments and reviews
Sep. 03, 2009
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...
it works until the keboard thing -.-
Log in to access your games, badges, and more. Create an account to track your progress, earn badges, and join the community.
Use at least 10 characters with a mix of uppercase, lowercase, & numbers
Please check your email to verify your account. You'll need to verify your email before logging in.