Flash double click utility
Introduction DoubleClick is a simple and easy to use class that adds double click functionality to any MovieClip on stage, in the library, or a dynamically created MovieClip. With just a few lines of code you will be able to capture both single and double click events, just like you would with a simple onRelease event. What’s included: Root Timeline code example – example1.fla MovieClip onClipEvent(load) {} code example – example2.fla MovieClip timeline code example - example3.fla AddEventListener style code example. - example4.fla DoubleClick class ActionScript source code – DoubleClick.as Preview source code – preview.fla Tips and instructions - help.pdf Features: Easy to use and implement Add double click functionality with a single line of code EventDispatcher ready (add event listeners wherever needed) Capture both single and double click events Assign dynamic click intervals (optional, default is ...