Hello!
First of all I have to say that English is not my native language and I started studying it very recently. I’m using a translator so I’m sorry for the mistakes
I need to move the part along the trajectory of the bouncing ball. The part must jump at the same distance and height.
What’s the best way to do that?
Maybe I can use tweening functions or something?
I tried to change the Y and X coordinates in the cycle, but that’s definitely a bad way:
y = (x * (-8 - x))