# Tween object target?

**URL:** https://forum.kirupa.com/t/tween-object-target/206388
**Category:** flash
**Created:** [November 7, 2006, 6:52pm UTC](https://forum.kirupa.com/t/tween-object-target/206388 "2006-11-07T18:52:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Anogar](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@Anogar](https://forum.kirupa.com/u/Anogar)
#### Post date: [November 7, 2006, 6:52pm UTC](https://forum.kirupa.com/t/tween-object-target/206388/1 "2006-11-07T18:52:21Z")

</div>

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

```auto

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?
