# MouseEvent.DOUBLE\_CLICK issues!

**URL:** https://forum.kirupa.com/t/mouseevent-double-click-issues/241770
**Category:** flash
**Created:** [October 17, 2007, 9:37pm UTC](https://forum.kirupa.com/t/mouseevent-double-click-issues/241770 "2007-10-17T21:37:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![absolutezero342](https://avatars.discourse-cdn.com/v4/letter/a/22d042/32.png) [@absolutezero342](https://forum.kirupa.com/u/absolutezero342)
#### Post date: [October 17, 2007, 9:37pm UTC](https://forum.kirupa.com/t/mouseevent-double-click-issues/241770/1 "2007-10-17T21:37:20Z")

</div>

Do you have to perform some kind of VooDoo magic to get MouseEvent.DOUBLE\_CLICK to work? here’s my code:

```auto
import flash.events.*;
box_mc.addEventListener(MouseEvent.DOUBLE_CLICK, openFolder);
function openFolder(e:MouseEvent):void {
 trace("open");
}

```

super simple code, just have “box\_mc” on the main timeline, first frame.  
thx for the feedback!
