I was just about to post the same thing!
I'd like to see a ResetToBeginning(bool forward) method added, I think this would be more intuitive, otherwise I'm thinking I have to to something like this... tween.Play(dir); tween.ResetToBegining(); tween.Stop();// if there were a stop?