Y'all I just want to make a smooth jump!

Since I’m still teaching myself javascript I don’t now how to do lots of stuff… LIKE JUMPING. can someone please help me make smooth jumping please

1 Like

In JS, there’s no direct way for tweening, unlike GDScript (which is Python-based). You can figure out Wick’s tweening engine (powered by Tween.js), use Wick.Tween:

For more information on Wick.Tween, look here!

2 Likes

Thank you so much!!!

1 Like

Did it work?

1 Like

I haven’t been able to try it

by the way how do you make smooth jumps in python

like the animation transition

I can’t help you I don’t know python

You know it! GDScript is largely inspired by Python.

1 Like

Yeah, but there are small differences with stuff I haven’t taken the time to know, this summer I will though