00:00
00:00
Newgrounds Background Image Theme

GasGrass 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!

Reviews for "My first game..."

Sorry...

Sorry I voted 0 on the sound, but my sound doesn't work... Anyway, I liked the game and I would like to see more of this. Just a thought: You should be able to move the turret left! (this is not important, but it would be nice if you could make that.) I cannot make these kind of games because I don't have the actionscripts, I would be very happy and give you alot of credit if you could make like a tutorial or something like that.

will make a great game

The basic system is great, simple yet fun, a full game with 2 or 3 missions would be great.

Not bad

Not bad at all.
You can well make a real game out of it.
Some minor problems:
Try to make the ships move around instead of driving into the scene.
Make a HitTest to each ship to see if it's colliding with the player, and substract from players' health. You can achieve this by creating a movieclip inside the player model that will play a Boom animation and then do the calculations for subtracting health:
onClipEvent(load){ \\This is on the final frame of boom animation. It must be on a MovieClip.
_root.health-=15; \\Subtracts 15 from the health variable that is on the main stage
if (_root.health<=0){
_root.goto AndPlay("dead");
}
}
Hope this helps.
Hey, I see you got another game there! I'll go see it now, maybe you don't need my help!

Very cool, but you need one thing...

There is only one thing you need. When the enemy dies, there is code that will make it delete itself, freeing up the space. This way they'll actually go away... I'd tell you the code right now, but I can't quite remember, and if I gave you the wrong code it would be stupid of me, so I hope you make some more of this. It has promise. =)

If this is an engine, I wanna see the game

I was going to write a crappy review for this but then I realized it was a game and will rate it as such. I think the concept is a good idea with decent graphics. When you make the game let me know and I'll try it