Move on axis with ease

Hi, I want to move a object with ease(not a platformer character object).
Tried this:
Change the X position of [MY OBJECT]: set to lerp(-640<=Start Pos, 2432<=End Pos, 0.08<=Time)
It doesnt work.
How can I do this?

Hi maybe aadding a Tween behaviour is a solution, then just Tween the position of the object as you want

3 Likes

I think you may want to put YourObject.X() as the start position if I remember correctly. As ulises freitags said though, you probably want to use tweens instead.