https://arcade.makecode.com/S92984-09749-90095-74397

near the end of my game when the charater jumps it doesnt come back down how od i fix this

2 Likes

When you re-allow the player to jump again you need to set their acceleration back to 200.

1 Like

What block would i use to do that? i am new to make code arcade

1 Like

It’s the same block you’re using in the on start block.
image

1 Like