Platformer character jumping issue

Hi,

I’m doing the platformer tutorial from:
https://wiki.gdevelop.io/gdevelop5/tutorials/platformer/part-4

When I press the right arrow the character goes forward and when press the left arrow backward.

But the problem is it doesn’t jump when I press the up arrow!

You can see my event sheet:

Please help,
thanks,
Saeed

You are only showing the animations. Those are not the events for platformer character movement.

which part exactly should I show? do you mean the player behabior?

Hi,

if you have the default controls for the PlatformerObject you jump with the space-key and not arrow up.

If you want to jump with the up arrow, use :

image

1 Like

Thanks, now it works. But how can I understand the default controls?
When I open the behaviors window there isn’t anything about control keys!

You can read about the controls here Platform and Platform character behaviors [GDevelop wiki] (I forgot that the shift-key also makes your platform character jump). You can change the controls as MrMen has shown above.

2 Likes