Reading a click event even when its state is not captured; so not "clicked"?
Hello ![]()
Im working on menu where I need to capture a "holded" mouse click in order to register a second event handler.
Only problem is that the click is "on hold", meaning that the mouse button is beeing pressed and "holded" - so its not be catched by Flash's "MouseEvent.CLICK" listener as completed "CLICK".
Is there any workaround to capture this event before its registered as a completed click? - Maybe using the "useCapture" flag of the event handler?