# MC Tweener doest start . Why ?Why?

**URL:** https://forum.kirupa.com/t/mc-tweener-doest-start-why-why/252575
**Category:** Uncategorized
**Created:** [February 21, 2008, 11:39am UTC](https://forum.kirupa.com/t/mc-tweener-doest-start-why-why/252575 "2008-02-21T11:39:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ecptavares](https://avatars.discourse-cdn.com/v4/letter/e/9d8465/32.png) [@ecptavares](https://forum.kirupa.com/u/ecptavares)
#### Post date: [February 21, 2008, 11:39am UTC](https://forum.kirupa.com/t/mc-tweener-doest-start-why-why/252575/1 "2008-02-21T11:39:54Z")

</div>

Hi!

I have a MC with an instance name of party and I have a tween animation very simple of a square going from alpha 0 to alpha 100. I have a stop() command at the beginning of the animation to start it stopped.  
I have this code at an actions frame :

```auto

btButton1.addEventListener(MouseEvent.CLICK,onButton1CLICK);

function onButton1CLICK(e:MouseEvent):void
{ 
  party.gotoAndPlay(1);    
}

```

I want to start the animation but it is not starting.  
I tried to put a trace statement inside this click method and it is not executing it neither.

what am I doing wrong?
