iTweenPath in reverse.

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!

Take a look at the iTween Examples page (code available for a small fee) - it contains several path demos (see towards the end), with and without using controls. The code is very clear and easy to use, so if you are relying on iTween, I recommend you get these examples.