Hi, i used lerp to make an object moving from A to B.
My event is: Always --> object Set X to lerp(object.X,300,2*dt)
The problem is i don't want it to slowly stop when closer to the target. I want it to moving at the same speed and stop immediately.
Which is the best solution for this?