00:00
00:00
Newgrounds Background Image Theme

sound-sakura just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Space Duster

Share Collapse

Author Comments

Shoot alien ships in your super awesome spaceship!
This was a project I did in one of my scripting classes. It is simple due to the time I had and can greatly be improved on. Some things off the top of my head.
-A separate hitbox that is smaller then the ship
-Power ups and different levels
-Different enemies
-Different difficulties
-A story

Log in / sign up to vote & review!

love arcade shooters

I replayed it a few times just to confirm... it really seems like you are doing a collision check on the exhaust from the player's ship against the enemy ships. There's no reason to have that strict of a collision check. Make the hitbox of the player's ship smaller than the ship itself, and definitely don't have any portion of the hitbox outside the player's ship.

No power ups, no enemy variation. Gets boring fast.

Hey.

- As I'm playing, when I try to move, or when my missile hits something, I get this run-time error message:

RangeError: Error #1125: The index 0 is out of range 0.
at Main/frameLoop()

- Your hit test boxes are too big. If you're using the graphic objects themselves to do your collision checks (or even if you aren't), I'd highly recommend making your own boxes, and reducing their size smaller than the actual graphics that they represent, so hit detection seems more fair.

- When you die, don't just suddenly restart the player. Consider doing these two things:
1). Add a short delay of a second or two before respawning the player.
2). Give the player a grace time of 2 or 3 seconds (or so), such that the player doesn't immediately get killed again, if an alien is right at the respawn point.

- When the game is over, don't just suddenly end it. Consider polishing up the game over sequence. Also, negative scores on game over never look good.

- Add an explosion graphic when the player gets hit, and when the player blows up aliens.

- Seems I can't move up or down and shoot simultaneously. Try experimenting with an array of keys so you can record the status of more than one key at once.

- Perhaps some extra enemy types and weapons for a future game or future updates? (:

- The short music loop got annoying. I would have liked to mute it and just keep the sound effects.

Just some things to work out and help polish up your game. Good skill. (:

___________________________
- Ziro out.

Credits & Info

Views
1,971
Votes
4
Score
2.38 / 5.00

Uploaded
Apr 16, 2013
9:49 AM EDT