00:00
00:00
Newgrounds Background Image Theme

dwdrum 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 "Escape from Zombie Town 2"

looks like you tried your hardest...

that's all that counts

You're the saviour! You are one of a number of people who have helped keep this entry in the Portal!

jklj

Yeah... good job, good job. You look like you put a good amount of effort into it and for that I salute you. Your drawing is decent enough for the game and its an interesting concept really. But, one request... next submission you make; could you put some sound into it? Sound... meaning game FX and music definitely gives it a good feel.

Not too bad.

Nothing new or interesting though. You could work on the graphics a little bit better. Maybe add some kind of AI to the zombies. Give the guy a weapon or something. Definitely add some sound. But not too bad. Nice job.

not bad at all

if the player and zombies were better animated and there was music, you would have got a better score, but much better than the first game, i would still like to see some kinda of combat, and a life guage instead of a one bite and your dead thing, but that's ok

Here's some helpful code for you:

onClipEvent (enterFrame) {
xplace= Math.round(_x);
if (xplace<10) {
xplace = '00'+xplace;
} else if (xplace<100) {
xplace = '0'+xplace
}
numberposition = Math.round(_y)+''+xplace;
if (getDepth() != int(numberposition)) {
swapDepths(int(numberposition));
}
}

put that on every movie clip, it will get their position and swap their depths accordingly. Thus if a character is in front of another, he will then become "on top" of the other, instead of it looking weird. Add sound, maybe it's just me, but I didn't hear any. Eh... just work a lot, you'll improve as time goes on. Don't give up.