Tag: stage
-
Event.MOUSE_LEAVE Implementation
The Event.MOUSE_LEAVE event is a little confusing as it is not a MouseEvent.But something important about it, is that it is the way to create a “mouseUp” event when the mouse is outside of the stage. It is done with controlling a simple Boolean variable you may set called “dragging” or “mouseDown”, something of that…