MouseUpEvent stops working while Dragging MovieClip
Posted
by Arslan
on Stack Overflow
See other posts from Stack Overflow
or by Arslan
Published on 2010-05-03T17:05:03Z
Indexed on
2010/05/03
17:08 UTC
Read the original article
Hit count: 343
action
|actionscript-3
There is a mouseUpEvent listener attached to the stage, while dragging the movieClip the mouseUpEvent doesnot trigger the handler somehow the mouseUp gets lost. While the item is being dragged and the mouse is moved away from the movieClip i.e somewhere not on the item but on the stage the mouseUp is detected. Any ideas!!
© Stack Overflow or respective owner