00:00
00:00
Newgrounds Background Image Theme

MLouise 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 "One on One: Gun Fight"

Needs work

Its a nice idea. And the beginning of a new series.

A view from above isnt the best way to control. And that will be all messed up. I suggest Platform shooting. That is more easy to control.

Also, the bullets goes way to slow. Make them go faster. Also, with the handgun, the slide goes backward, and a clip ejects. That would make it more realistic.

Still, you have 2 modes, and that is awesome.

Keep up the good work!

yeah...

you need to improve on the animation.
the game is okay, but its boring.
1 level....
boring.

it was allright though.
i could never script anything like this.
7/10
4/5

Decent

:D Decent Game

RiotFlash responds:

Thanks, :D

good

Empty, but good.
Some tips for Gun fight v2:

A choice of AI level

Cover for the players

improvement of AI

A choice of weapons
Umm, sorry, but I must be sounding like someone who had a donkey shoved down their arsehole but I'm just trying to help (ish)
For all I know this might of been your first shot!

Mst.Arc

RiotFlash responds:

no, thanks for the review.
it was helpful.

It's was ok...

Like what the others said, you still need to patch up some stuff. Instead of doing that funky way of walking why doon't you use the manual arrow key codes. What I mean is this:

onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
this._y-=speed;
} else if (Key.isDown(Key.DOWN)) {
this._y+=speed;
} else if (Key.isDown(Key.RIGHT)) {
this._x+=speed;
} else if (Key.isDown(Key.LEFT)) {
this._x-=speed;
}
}

Change to the speed for how fast you want it. Also change where the missle comes out meaning insead of having the circle (the "circle is your hittest you find it by pressing Q) in the middle so it looks like the missle is coming out of his body. You should have it at the edge of the gun.

Oh yeah, fix up the menu! Lolz.

Unfornatly you don't have this flash file but at least for future games you can use this :).

RiotFlash responds:

With that code, the aiming would suck. With that code you can aim only eight directions, with mine you can aim unlimited directions. I had a ton of errors. Such as the gun thing, the bad menu, all of that fun stuff. My next works, will have nice menus. I promise!