PDA

View Full Version : sidescroller


xildgolee
06-05-2008, 03:33 AM
I'm trying to make a game like this: http://www.addictinggames.com/uphillrush.html

but with a non vehicle character. (So it wouldn't need the coding for the vehicle's wheels and such) The only character movements would be that when you pressed up or left or right, it would switch to a different frame within the character so it would act accordingly. whenever I try to code it, the character goes through the ground, or straight off the map... please help.

beeblebrox
06-05-2008, 09:53 AM
what you're try to do there is no chicken feed!

you need to code a physics engine (or grab one like APE (http://www.cove.org/ape/) or Box2D (http://box2dflash.sourceforge.net/))

:o