My ship isn't moving when I try to test. Here is my code.
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;
}
}
}
This game should also have upgrades that you buy with cheese like higher jump or faster movement. You could get an extra life maybe on some levels that don't offer them?
This game is great and all but it is missing something. Every time I get a new gun I feel I pwn so much it isn't fun or I still get pwned. Can you try and make a balance and something for the level 30s to do?
This game needs more achievments. I have gotten them all and am bored. I want a challenge, please Jiggmin, either expand to more tracks or Kongregate make more badges. + if u agree
For everyoen who is saying "It won't let me go past level 3 when I got 10,000 feet", you have to have 200,000 dollars also! Next level you go in space craft.