00:00
00:00
Newgrounds Background Image Theme

Da-Birb 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 "Parachuting"

Not To Good

Its an endless game.Also the helth does not work.I lose a stick man and i stick with 100 health.There is no aim in the game.also you cuold of mad a little bit more effort and made the guy 2d and not stick.Try make a better effort nex time

Wow

Awesome first game.
I am making a game too.
Where do you put the actionscript: if(health == 0){gotoAndPlay(1824) to make the lives work?
Please help because you got it to work.

Wickamafiz responds:

assuming your game over frame is 1824 (which i dought it is cos thats a lot of frames) you can just put the code on any movie clips you have permanantly on the screen in an onClipEvent(enterframe){ handler.
so if you had no other code on that particular movie clip (but you probly would) it would look like this:
onClipEvent(enterFrame){
if(_root.health <0){
_root.gotoAndPlay(1824);
}
}
I used an < instead of a == because that wasy if you had 10 health left and you got hurt 20 you will still die. i also used _root.health instead of health because that way you can use that variable from other movie clips (it just makes life easier).

ooo.

pretty good game for a noobie.you have some talent in there so keep working on it, only problem was there was no sound ;)

seems this style is overused

you fall, and get coins... wow havnt seen that one b4, it has nothing you havnt seen in every other game like it

controls

I don't know about anyone else but the gun and rocket pack or whatever that was that used control and shift don't work. Add some sound to it, like clinking noises for getting the coins and other sound effects for the parachute and stuff.