# MouseEvent DoubleClick

**URL:** https://forum.kirupa.com/t/mouseevent-doubleclick/282402
**Category:** flash
**Created:** [February 21, 2009, 2:45pm UTC](https://forum.kirupa.com/t/mouseevent-doubleclick/282402 "2009-02-21T14:45:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ThaJock](https://avatars.discourse-cdn.com/v4/letter/t/9de0a6/32.png) [@ThaJock](https://forum.kirupa.com/u/ThaJock)
#### Post date: [February 21, 2009, 2:45pm UTC](https://forum.kirupa.com/t/mouseevent-doubleclick/282402/1 "2009-02-21T14:45:49Z")

</div>

I have never used the Double Click before but now that I am trying to apply it to a button it’s not responding.

button1.addEventListener(MouseEvent.DOUBLE\_CLICK, buttonClick);  
function buttonClick(event:MouseEvent):void {  
trace(‘has been double clicked’);  
}

Is there more to know about the DOUBLE\_CLICK?
