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~
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!
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);
}