Search for your favorite games...
Game comments and reviews
Oct. 19, 2008
fixed it
class Ship extends MovieClip { var velocity; function onLoad() { velocity = 10; } function onEnterFrame() { if( Key.isDown(Key.RIGHT) ) { _x = _x + velocity; } } is my code I get two erros conserning line 2 and 17 Ship.as line2 Statement block must be terminated by '}' ship.as line 17 Syntax error.
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.