SaeedP
1
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.
SaeedP
3
which part exactly should I show? do you mean the player behabior?
Drona
4
Hi,
if you have the default controls for the PlatformerObject you jump with the space-key and not arrow up.
MrMen
5
If you want to jump with the up arrow, use :

1 Like
SaeedP
6
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!
Drona
7
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