Problems detetecting Double Click
I am writing a solitaire game. The cards are clips, buttonMode=true, mouseEnabled = true, doubleClick= true.
I have added event listeners for DOWN, UP, DOUBLE_CLICK, CLICK.
I cannot get the double click to work. when i double click it is treated as a Down,UP,Down.
I am having problems because I need the down state if i just want to move the card I need the down event.
The UP I am using to release the drag. But I cannot get the double click event to ever be recognized.
I am using action script 3.
Thanks for any help.
