Hi
I need simple function which will allow me to animate my object (pixel by pixel) from random coordinates to another random coordinates. Something similar to actor.GoTo(x, y)
Normally I would use GoTo but my object is not actor.
The biggest problem for me is that I don't know how to do it from a mathematical point of view. Any help would great.