78 achievements earned Best so far: 77
How the hell can I get the last one? O.o
I got the achievement that tells me I got all of the 77 other achievements...
For those who are having a horde of enemy ships invading their screen, do the following:
enemyTimer = 0;
var enemy = _root.attachMovie("EnemyShip", "EnemyShip" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
enemies.push(enemy);
this is the 3 last command lines in the ship.as
add the " enemyTimer = 0;" on the top and it should work :)