mrcheeseytw's Comments

Game Comments
Play Don't Touch the Tangerine Don't Touch the Tangerine Dec. 13, 2008
WTF OK PEOPLE DONT! DONT! TOUCH THE TANGERINE!!!! ARGH!!!
Play Shootorial #1 Shootorial #1 Dec. 07, 2008
is that right?(put it in the action script and auto format it and then tell me)
Play Shootorial #1 Shootorial #1 Dec. 07, 2008
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; } } }
Play Shootorial #1 Shootorial #1 Dec. 07, 2008
oh and im using CS4
Play Shootorial #1 Shootorial #1 Dec. 07, 2008
ahh wtf ok people mine should work but it isnt!! ive done exactly wat it said (although i mad my own pic) this is my first