00:00
00:00
Newgrounds Background Image Theme

Toffea 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 "Can Drive"

i liked it

good sound, very funny can!

you made me laugh out loud!

that was very original humor! great! damn shame that it was short, there is a good chance it will get blamed :( . make it longer and re-submit. ooooooooo that can thing was sooo funny lol

Good Job

That was pretty good for a begginer. I can help you, can you help me? To do a replay button, first make a button then place it on the frame you want it on. Click on the button and open up the actions panel, give it the following code:
on (press) {
play()
}
that simple. My help, what and where did you get the things needed to import your own sound into the flash? Please help me, my emails in the profile. I REALLY need to know. Thank you.

OK...

IF YOU ARE SERIOUSLY A N00B THEN HERES THE CODE FOR REPLAY
on(release) {gotoandplay(1);}
^^^^^^^^^^^^^^^^^^^^ for FLASHMX
Good job anyways

B-

First make a picture of a replay button, then save it into a button by clicking f8, after that click the new button and go to action by properties, then action and put in
on (release) {
gotoAndPlay("Scene ?", @);
}

?= the scene number
@= the frame number