00:00
00:00
Newgrounds Background Image Theme

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

race car tutorial

Share Collapse

Log in / sign up to vote & review!

Maybe i can help--use this action script instead

USE THIS INSTEAD

onClipEvent (enterFrame) {
speed = 0;
if (Key.isDown(Key.UP)) {
speed = 25;
}
if (Key.isDown(Key.DOWN)) {
speed -= 5;
}
if (Math.abs(speed)>75) {
speed *= .7;
}
if (Key.isDown(Key.LEFT)) {
_rotation -= 15;
}
if (Key.isDown(Key.RIGHT)) {
_rotation += 15;
}
speed *= .60;
x = Math.sin(_rotation*(Math.PI/180))*speed;
y = Math.cos(_rotation*(Math.PI/180))*speed*-1;
if (!_root.land.hitTest(_x+x, _y+y, true)) {
_x += x;
_y += y;
} else {
speed *= -.8;
}
if (_x>550) {
_x = 0;
}
if (_x<0) {
_x = 550;
}
if (_y>400) {
_y = 0;
}
if (_y<0) {
_y = 400;
}
}

No thanks needed :D

USELESS

WTF MAN WAT WAS THAT THAT WASNT A FLASH THAT WAS A SHITTY BOOK YOU MIGHT FIND AT THE DOLLA STORE

Doesn't even work...

I tried it and it didn't work

Hrm...

I'll give you a 9 for good music. That's about it...

huh?

Where are the wheels located on this car?

Credits & Info

Views
8,559
Faves:
2
Votes
37
Score
1.89 / 5.00

Uploaded
Feb 9, 2003
7:04 PM EST
Genre
Tutorial