Age/Gender: 17, Male
Job: none
hi to all of you!!
Newgrounds Stats
Whistle Status: Normal
Exp. Points: 130 / 180
Exp. Rank #: 202,459
Voting Pow.: 3.75 votes
BBS Posts: 15 (0.01 per day)
Flash Reviews: 21
Music Reviews: 4
Trophies: 0
Stickers: 0
All Flash Reviews
21 Reviews | 1 w/ Response
the car script was kind of weird, so i tweaked it a bit
//These are the cars variables.
onClipEvent (load) {
speed=0;
}
//This makes the car move forward.
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)&& _root.person._visible==false) {
speed += 1;
}
//This makes the car move backwards.
if (Key.isDown(Key.UP)&& _root.person._visible==false) {
speed -= 1;
}
if (Key.isDown(Key.DOWN)&& _root.person._visible==false) {
speed += 1;
}
//The car will start to slow down after the speed of 25
if (Math.abs(speed)>25) {
speed *= .6;
}
// This will change the angle of the car
if (Key.isDown(Key.LEFT)&& _root.person._visible==false&& speed!=0) {
_rotation -= 15;
}
if (Key.isDown(Key.RIGHT)&& _root.person._visible==false&& speed!=0) {
_rotation += 15;
}
// This will make the car move
speed *= .98;
x = Math.sin(_rotation*(Math.PI/180))*spe ed;
y = Math.cos(_rotation*(Math.PI/180))*spe ed*-1;
if (!_root.move.hitTest(_x+x, _y+y, true)) {
_x += x;
_y += y;
} else {
speed *= -.6;
}
}
//Thats it! Dont forget to give it the instance name of car!
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
a couple of pointers for people-
don't try to stack up huge amounts of barrels when the devils are near by, it's paractically suicide
the pistol is a powerful weopon when you get the fast fire and double damage upgrades
use the walls do create a small fortress from which you can manage zombie attacks.
for the creator-
add a save feature
make new types of enemies with special powers (vampires,werewolves, etc.)
add vehicles
add bigger levels.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
it's obvious when you first start moving that allot of efort when into it. good job with the physics!
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
good movie in some parts, but it seemed more "funny" than "noir" a good way to "secretly" crusade for cleaner energy.
now, let me say something to the guy before me.
people like you are entitled to their opinion but there is a limit. you're just spamming squidM. seriously, quit bitching just because people are fed up with your consant complaining.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
why is it so hard for the guy to smile? and how can robots have sex (they are robots aren't they) and it's not that suprising that it's labeled as "goth"
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
very good.
voices-10
story-10
animation-10
creepiness-13
again very good like all your others, but i still think genivive is the best.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
i could tell it was coming and it still scared the shit out of me.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
can you make more?
he gained size and a tounge from the frog
? size and a meow from the cat
gills and fins from the fish
wings from the bird
? from the humans. please fill in the blanks.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
wow, i've never seen a zombie use any type of technology before.
and how the hell did that guy survive a bullet through the brain?
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
they just get better. this ending seemed more brutall than him getting hit by the bus. though.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.