background preloader

Programmer

Facebook Twitter

The W3C Markup Validation Service. HTML4/5 Mobile Applications - InsideRIA. MouseEvent - ActionScript 3.0 Language and Components Reference. ClickCount:int [read-only] Indicates whether or not the mouse down event is part of a multi-click sequence.

MouseEvent - ActionScript 3.0 Language and Components Reference

This parameter will be zero for all mouse events other than MouseEvent.mouseDown, MouseEvent.mouseUp, MouseEvent.middleMouseDown, MouseEvent.middleMouseUp, MouseEvent.rightMouseDown, and MouseEvent.rightMouseUp. Listening for single clicks, double clicks, or any multi-click sequence is possible with the clickCount parameter. For example, an initial MouseEvent.mouseDown and MouseEvent.mouseUp will have a clickCount of 1, and the second MouseEvent.mouseDown and MouseEvent.mouseUp in a double-click sequence will have a clickCount of 2.