Hey guys, I have an object following along a path.
If the left arrow key is down, the object follows the path in reverse.
If the right arrow key is down, the object moves forward on the path.
If neither key is down, then the object stops on the path.
My issue is, if the object is stopped midway and I change directions it starts the object back at the first point of the path.
So, is there a way I can set a start point for the object?
Thanks in advance!