Making A Platformer

You just said the solution

My bad.

I asked how would one make the velocity smoothly ease from the moving velocity, into 0 velocity. Because right now, mid-air, if I’m moving left or right, and then I let go, it stops moving immediately. What I’m trying to figure out is how to not have that happen, and for it to have a bit of give, so rather than it be a 90 degree drop, it moves to the previous direction (The last arrow key pressed, besides up), for just little bit. It’s not really important, just a query of mine.

My Apologies for not being clear. My bad

@106297 Make sure to set the “to” value in the Ease to 0, obviously.
And choose a short time
image
(And do the same with the left movement as well.)

1 Like