Quote:
Originally Posted by C.Birch
that airfox game as a real bad bug in in when they play it, that being is you crash into a other ship the title screen comes up with everything flying over it.
|
That's easily fixed. Change code on frame 8 from
PHP Code:
//Start the game over if there are less than 0 ships left.
if(shipcount<4){
to
PHP Code:
//Start the game over if there are less than 0 ships left.
if(shipcount<0){
As beautiful as this game looks it is beyond boring. It never really gets harder as you move up levels. Keep the spacebar pressed down as you keep going from left to right and right to left and you can probably last an hour on this game.