00:00
00:00
Newgrounds Background Image Theme

gregoryebie 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 "Metal Slug V2 WorkInProg"

Really Goood

very good for a work in prog. All u need is a few things, first you NEED to add jump, second, u need grenades, also, u need to try to make it really close to the real game, yea that's asking alot, and scripting looks hard. But if u just add more things, it would be really great!

~Whoremonger~

Its coming along

It's turning out really well but you still need to do some work on the scripting. You need to aim for making it play exactly like the real metal slug games in order to get the best effect. Here are some little things that need to be fixed:
1. A jump button (obviously)
2. Make the player able to shoot in all directions
3. When the player shoots make him unable to move until the shooting animation is through so your bullets don't dissappear in mid-air when you try to move after shooting
4. Make the player able to shoot while running.
5. Add grenades and a knife you stab them with up close (like in the real game)
6. Ok I know the sweat is supposed to be there, but see if you can make it red instead. That would kick ass.

Nice

I love Metal Slug. Please come out with a full version. The demo was good. But it needs a lot more.

Looking forward to the full version

This game seems like a piece of gaming gold, well at least the finished result would. Here's some tips for the game so far.
1) Try to make the game scroll a little earlier otherwise you won't see the enimies coming up later in the level.
2) For some reason the bullets only harm the enimies when your a short distance away, try fixing that along the way of programming the game.
3) The last of them, try to make the frame rate less choppy.

P.S I don't know what you are using to make this game, so if I have said anything in my tips that you don't know how to do well...
Just good luck making the rest.....(:

Dev tips.

(apologize for my lack of actionscript terms) Im sure you already know, but dont code collision instances with the enemy obj like that, make a seperate obj for bullets... making the player have a shooting sprite with bullets flying off like that is poor quality. and as for stabbing, perform an if/then check to see your distance from them, if your close, no gun sound, else, gun sound. etc etc.