SimpleMove Jump

Hi,

I have just got a very simple 2D scrolling platform game running and was wondering what the standard way of making a character jump is when using SimpleMove. It says in the docs that Velocities along Y are ignored, so is it just a case of having to use Move and not SimpleMove?

thanks in advance,

Chris

If you want your player to be able to jump, then I suggest using Move instead of SimpleMove. The example in the Move reference includes a Jump button and gravity.