Some things that this game needs: A bigger variety of guns and more maps! Also, an experience and level system. Players should be matched with players of a similar level. Levels could unlock attire like new hats, camouflage for guns, or anything.
Otherwise, good game. The graphics are really nice. Thumbs up if you agree, let's show this to the developer!
A few things:
Add more highscores other than number of kills.
Add a better variety of guns
Add ranks and pair people with similar ranks together
Do these things and I will continue playing!
Thumbs up if you agree!
I'm using CS4 and it's not recognizing the explode function. It still recognizes collision when I type in if(this.hitTest(_root.ship))
{
this.removeMovieClip();
}
but when I type in
if(this.hitTest(_root.ship))
{
explode();
}
it doesn't recognize the collision. What's going on?