Stage.showMenu = false;
onEnterFrame = function(){
if(Key.isDown(2)){;
gotoAndStop(INSERT FRAME NUMBER HERE)
}
};
Here, now if people right click, they can go back to frame 1.
Stage.showMenu = false;
onEnterFrame = function(){
if(Key.isDown(2)){;
gotoAndStop(INSERT FRAME NUMBER HERE)
}
};
Put that in frame 1, and where it says insert frame here, put frame 1, so if people wanna cheat, they can go all the way back to the beggining. :]
I think, even if you can't get anything else fixed, that you should increase the shootLimiter, I think you can shoot far too rapidly, decrease it so it's tougher :)
I've done the code over and over, and my EnemyShip code says "The class or interface "EnemyShip" could not be loaded. I don't know what's up with that, but Enemies are a huge part of shooters >.<