# Problem with transition effect

**URL:** https://forum.kirupa.com/t/problem-with-transition-effect/291303
**Category:** Uncategorized
**Created:** [June 27, 2009, 6:01pm UTC](https://forum.kirupa.com/t/problem-with-transition-effect/291303 "2009-06-27T18:01:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![avi\_khoury](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@avi\_khoury](https://forum.kirupa.com/u/avi_khoury)
#### Post date: [June 27, 2009, 6:01pm UTC](https://forum.kirupa.com/t/problem-with-transition-effect/291303/1 "2009-06-27T18:01:18Z")

</div>

after performing a transition effect on a movie clip (as3), the mouseDown listener stops working until click somewhere else on the stage or click a couple of times on the movie clip.

//example code  
MovieClip.addEventListener(MouseEvent.MOUSE\_DOWN, myfunc);

//transition effect example  
TransitionManager.start(MovieClip1, {type:Squeeze, direction:Transition.IN, duration:2, easing:Elastic.easeOut, dimension:1});

anyone can help ??
