You Lost The Game

Monday, September 26, 2011

I hate flash

having problems with this code carrot._x = 400; carrot._x = 1;
onEnterFrame = function() {
     carrot._x = carrot._x + 2;
if(carrot._x > 550){
carrot._x = 0;
}
if (Key.isDown(Key.UP)) {
    bunny._y -= 3;
}this ^^^^^^^^^^^^^^^^ is awful does it even go with the rest?????? it never does anything!!!!!

1 comment:

  1. Obviously the code did not copy correctly! If nothing else, Flash teaches patience and self-help skills.

    ReplyDelete