Heyas,

I've got a buttonDecorator class which basically decorates any object
to take on board "button" state - ie captures mouse events,
interegates it and dispatches events accordingly.

Now, the code I have basically tests to see if its a dblClick or a
singleClick, only the thing thats frustrating me the most is I want to
differentiate between a dblClick and a singleClick (one or the other).

At the present moment, it works but if a user does 7 repeated clicks
fast, it would come back with 3xdblClicks and 1xSingleClick

Has anyone been able to do some smart event management where you can
determine the total end result based on the users click intentions. As
in when the mouse stops it goes "ah you wanted dblClick" ..

I'm probably shooting for the stars on this one, but would appreciate
anyones thoughts / experiences in implementing dblClick procedures for
Flash.


-- 
Regards,
Scott Barnes
http://www.mossyblog.com

---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to