Hi,
This is probably because your path script entry start time isnt at frame 0. tSeconds is the elapsed time since the start of the animation. So the number of seconds elapsed at the time when your actor is to start moving along the path isnt 0.
You should use tSecondsSequence This is the time in seconds which has elapsed since the start of the path script entry.
Regards
Paul Chater