is there any way of making an object with lerp follow a imagepoint?
Develop games in your browser. Powerful, performant & highly capable.
Hex777
sure, if you want to lerp to imagepoint 1, just set the position of the follower to:
follower set position to (lerp(Self.X,Sprite.ImagePointX(1),dt), lerp(Self.Y,Sprite.ImagePointY(1),dt))