Moving along a path

hi,

where can I find a tutorial to move an object along a predefined path?

(I'd like to move a car on track)

thanks in advance for answers

bye

No tutorial I know of but search the project for the "CurveController" - based on your short requirement, this seems to fit as a starting point.

JOC said:

No tutorial I know of but search the project for the "CurveController" - based on your short requirement, this seems to fit as a starting point.


thanks
I've extended CurveCOntroller class, implementing my features (including rotation of object related to his motion)
thanks again
bye