PathFollower - change position

Hi,
I know that I can set the position at the start of the follow with startAt, however I can not find any parameters that can change the point during the follow. Is it possible?
I’m also not sure if I can get rid of the flicker at the starting point when using startAt?

You can try

follower.pathTween.seek(POSITION);

seek() doesn’t work yet with looping tweens, I believe.

Thanks! It worked for me.
I also noticed that this does not work not only for looped ones, but also for “repeat: 1” this also causes problems. Works with either “repeat: 0” or “repeat: 2” or more