I have 2 seperate events that are not related to each other and each is attached to the Mouseclick and Doubleclick eventresponses respectively. However, during runtime, I find that even when I doubleclick, the Mouseclick action still gets activated.
I've been trying to find a viable solution where the Mouseclick and Doubleclick can co-exist independent of each other but no luck so far. I've even tried having the mouseclick eventresponse wait for a few miliseconds before kicking off (so that it gives a chance for the user to doubleclick) but that is not the most efficient solution either.
Does anyone have any ideas? Or can point me to a place where I can get a much better understanding of how the Mouseclick and Doubleclick eventresponses are captured in flash?
I've been looking around but have not been able to find anything in depth enough that mentions how each of the eventresponses actually work.