3 回答
TA贡献1946条经验 获得超4个赞
影片剪辑上的有:
mouseDown:鼠标左键按下, mouseMove鼠标移动, mouseUp鼠标按下后释放
按钮上的有:
press左键按下, release释放, releaseOutside外部释放, rollOver移上, rollOut移出, dragOver拖放, dragOut拖出
TA贡献1851条经验 获得超5个赞
CLICK : String = "click"
[static] 定义 click 事件对象的 type 属性值。 MouseEvent
CLOSE : String = "close"[static] 定义 close 事件对象的 type 属性值。 Event
COMPLETE : String = "complete"[static] 定义 complete 事件对象的 type 属性值。 Event
CONNECT : String = "connect"[static] 定义 connect 事件对象的 type 属性值。 Event
DEACTIVATE : String = "deactivate"[static] 定义 deactivate 事件对象的 type 属性值。 Event
DOUBLE_CLICK : String = "doubleClick"
[static] 定义 doubleClick 事件对象的 type 属性值。 MouseEvent
ENTER_FRAME : String = "enterFrame"[static] 定义 enterFrame 事件对象的 type 属性值。 Event
FULLSCREEN : String = "fullScreen"[static] 定义 fullScreen 事件对象的 type 属性值。 Event
ID3 : String = "id3"[static] 定义 id3 事件对象的 type 属性值。 Event
INIT : String = "init"[static] 定义 init 事件对象的 type 属性值。 Event
MOUSE_DOWN : String = "mouseDown"
[static] 定义 mouseDown 事件对象的 type 属性值。 MouseEvent
MOUSE_LEAVE : String = "mouseLeave"[static] 定义 mouseLeave 事件对象的 type 属性值。 Event
MOUSE_MOVE : String = "mouseMove"
[static] 定义 mouseMove 事件对象的 type 属性值。 MouseEvent
MOUSE_OUT : String = "mouseOut"
[static] 定义 mouseOut 事件对象的 type 属性值。 MouseEvent
MOUSE_OVER : String = "mouseOver"
[static] 定义 mouseOver 事件对象的 type 属性值。 MouseEvent
MOUSE_UP : String = "mouseUp"
[static] 定义 mouseUp 事件对象的 type 属性值。 MouseEvent
MOUSE_WHEEL : String = "mouseWheel"
[static] 定义 mouseWheel 事件对象的 type 属性值。 MouseEvent
OPEN : String = "open"[static] 定义 open 事件对象的 type 属性值。 Event
REMOVED : String = "removed"[static] 定义 removed 事件对象的 type 属性值。 Event
REMOVED_FROM_STAGE : String = "removedFromStage"[static] 定义 removedFromStage 事件对象的 type 属性值。 Event
RENDER : String = "render"[static] 定义 render 事件对象的 type 属性值。 Event
RESIZE : String = "resize"[static] 定义 resize 事件对象的 type 属性值。 Event
ROLL_OUT : String = "rollOut"
[static] 定义 rollOut 事件对象的 type 属性值。 MouseEvent
ROLL_OVER : String = "rollOver"
[static] 定义 rollOver 事件对象的 type 属性值。 MouseEvent
添加回答
举报