ok , i have a trail on the background map
and i want a ball to follow it
if its a straight line u can find the angle of the line
tan a = X
and find a and do x=x+r*cos a , y=y+r*sin a
but if its not a straight line
a trail
a wierd path
how can i make the ball follow it ?