# Tween on Complete Handler?

**URL:** https://forum.kirupa.com/t/tween-on-complete-handler/258530
**Category:** flash
**Created:** [April 24, 2008, 6:47pm UTC](https://forum.kirupa.com/t/tween-on-complete-handler/258530 "2008-04-24T18:47:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Digitalosophy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/digitalosophy/32/1114_2.png) [@Digitalosophy](https://forum.kirupa.com/u/Digitalosophy)
#### Post date: [April 24, 2008, 6:47pm UTC](https://forum.kirupa.com/t/tween-on-complete-handler/258530/1 "2008-04-24T18:47:41Z")

</div>

In AS 2 is there an on complete handler for tweens?

For example I’m using something like

```auto

new Tween(_root.mainClip.galleryFace, "_x", Strong.easeOut, _root.mainClip.galleryFace._x, -imgPosition[p], 1.75, true);

```

I want to know then the clip has reach it’s destination and don’t see anything in the documentation.

Tweener has an onComplete parameter but that’s using AS 3.

Thanks in advance.
