#I have a small problem with a Wall Jump mechanic.

1 messages · Page 1 of 1 (latest)

tired forge
#

Hello

shrewd sand
#

The best solution is to make it so the player can't hold left and right on the same frame

#

i.e., check for left input, and if it's present, then don't check for right input at all

#

btw, in code you never have to type == true. If you're checking a boolean you don't need to convert it to another boolean by checking its truthiness

tired forge
#

oh, ok

#

but

#

A

#

mas voce fala em portugues

#

xd, en nao falo muito be

#

@shrewd sand

#

No

#

You are doing it wrong

#

Put "elif" in the "DEREITA"

#

change the if into a elif

#

and all you problems willl fix

shrewd sand
#

I have no idea what you're saying

#

server rules are to speak in English

tired forge
#

heu

#

@shrewd sand

shrewd sand
#

Why are you pinging me?

tired forge
#

I have the solution

#

Yes

#

Do you want the left and right keys to be unpressable at the same time?

#

You have something like this?