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!

Platform Jumper

Share Collapse

Author Comments

Currently trying to fix this game a bit. Does anyone know how to code it so that when the character hits the platforms, he won't slide along them. I want him to stick to them, but be able to move. Someone HELP me I have little to no actionscript knowledge. AIM SN is SirisX4, send me an IM if you can help at all. ITS MY FIRST GAME!

Log in / sign up to vote & review!

Fun game here

Seem well put together, just a few gliches here and there but you see em, very fun and entertaining game though, anyways nice work, try and work abit with the file size though, notbad but still could be abit smaller

~X~

Return the screen to the standard size. Graphics are nice, but the gameplay suffers from glitches. Remove the glitches to make it better.

Good Graphics!

It has good graphics! Now you just gotta clean up some bugs and your ready to go =D

it kinda sucks

yea ill give it a 5 but good try

ok

if you have his registration in the center and the platform registration in the center
you could do something like

onClipEvent(enterFrame)
{
if(this.hitTest(_root.platform) )
this._y = platform._ y - (platform._height /2) - (this._height /2);
}

Credits & Info

Views
6,059
Faves:
1
Votes
22
Score
2.29 / 5.00

Uploaded
May 23, 2005
3:29 AM EDT