the badges are a bit buggy.
I got the "World Conqueror Badge" before i won the game.
And after i won the game, i am still missing the "Death to Heroes Badge".
i tryed this:
if ((_x > _root.ship.enemies[i] && _y > _root.ship.enemies[i] + 30) || (_x < _root.ship.enemies[i] - 10 && _y < _root.ship.enemies[i] - 30)){
, but even though (in my logic) give 60 pixel y spread, it doesnt work.