Search for your favorite games...
Game comments and reviews
Feb. 22, 2009
I say 1/5. If I could, i would do a -1. There's only one place to click, and then you win.
Feb. 06, 2009
Absolute fail.
Feb. 05, 2009
Wow, Completely and utterly pointless. But oddly funny.
Jan. 22, 2009
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 is what the coding should say. Just put it into separate lines.
Dec. 25, 2008
Im sure the doctor is a parody of freeman. Read the description of the Crowbar in the shop on White November
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.