[as3]Mouse Event Conflicts

I have a sprite. When I click it starts dragging, and when I release it should stop dragging. So I use MOUSE_UP and MOUSE_DOWN for that.

Next I set doubleClickEnabled to true, then set a doubleClick event to open up a menu(make it visible), it seems to conflict with the other mouse events.

How should I go about this?