Motion tween object along path

Hi guys,

Im trying to make a ball move to the position of a crosshair (not the mouse, but another object on the stage) which stops after 15 seconds (if you can imagine a penalty shoot out game).

So the ball is still to begin, but on an **[COLOR=Black]onClipEvent(enterFrame)[/COLOR]**command it should move to the target (the crosshair)

Getting the ball to move along a line at a specified speed is no problem, but I want the ball to actually go to and stop wherever the crosshair is on the stage.

Your help is immensely appreciated.

Its in AS2 by the way :slight_smile:

Thank you.