class Events

Package :

(default package)

Description :

Events which can be dispatched by EventDispatcher.

Attributes :

NameDescription
ADDED_TO_STAGE A DisplayObject or HtmlElement added to the stage.
DRAG_START
DRAG_MOVE
DRAG_DROP
ENTER_FRAME A DisplayObject or HtmlElement enters a new frame
FOCUS_LOST Stage losing focus.
KEY_DOWN
KEY_UP
MOUSE_CLICK A mouse click on the Stage.
MOUSE_MOVE A mouse moving on the Stage.
MOUSE_UP
MOUSE_DOWN
MOUSE_OUT
MOUSE_OVER
REMOVED_FROM_STAGE A DisplayObject or HtmlElement being removed from the stage (TODO).
SOUND_PLAY
SOUND_PAUSE
SOUND_END
TIMELINE_END End of a timeline.
TOUCH_START
TOUCH_MOVE
TOUCH_END
TWEEN_PROGRESS A tween progressing.
TWEEN_STOP A tween reaching its end.
WINDOW_FOCUS_LOST Window losing focus.

Methods :

new()

Creates a new Events object.