Tween object target?

Is there a way to return the target of a Tween object from within the object?


myTween.onMotionFinished = function (){
trace (this.target)
}

That’s obviously not the way you do it, but that’s what I want it to be…

Ideas?