ID:152748
 
I've seen a few side scrolling engines avaible on BYOND. But I don't like how they work. They are kind of odd feeling.

Does anyone know if theres a better way to make charaters jump and fall back down to the floor? And jumpnig gaps and stuff?
Shades wrote:
I've seen a few side scrolling engines avaible on BYOND. But I don't like how they work. They are kind of odd feeling.

Does anyone know if theres a better way to make charaters jump and fall back down to the floor? And jumpnig gaps and stuff?

I have a current test gravity in ?Mario?. Works pretty well I think. Except for the lag KeyState causes when going up. Im not to sure how the other side scrollers work cause I never looked at them. I just use a simple recrusional function. Once you reach your heighest point in the jump, or stop pressing up. You start going downward at a constant accel. rate. Intell you hit a dense object. Sounds pretty easy :). O.o how does the other ones work?