how do i make a platformer character jump by pressing a certain key? I cannot find it
Add to your platformer character behavior remap for platformer
Easy,
When {Key} pressed:
Simulate Jump key press.
Replace {Key} with the key you want to use to jump.
'
Looks like this but you can change space to whatever key you want and change Marvin to the character you want to make jump!
And to make him jump on and kill the baddies, you need a “destroy enemy” event.
Something like “If player collides with enemy, destroy enemy”
Hello I sent you a relpy
From what I know, the platformer behaviour already pre-maps the character controls. From one of the screenshots you sent, it have “default controls” toggled, so it should work fine.
Unless you happen to have no ground for the character to stand on.
I noticed, I didn’t know what else to say, I apologize