ActionScipt MouseEvent's CLICK vs. DOUBLE_CLICK

Posted by TheDarkIn1978 on Stack Overflow See other posts from Stack Overflow or by TheDarkIn1978
Published on 2010-04-11T01:59:18Z Indexed on 2010/04/11 2:03 UTC
Read the original article Hit count: 610

is it not possible to have both CLICK and DOUBLE_CLICK on the same display object? i'm trying to have both for the stage where double clicking the stage adds a new object and clicking once on the stage deselects a selected object.

it appears that DOUBLE_CLICK will execute both itself as well as 2 CLICK functions.

in other languages i've programmed with there was a built-in timers that set the two apart. is this not available in AS3?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about double-click