3 回答

TA貢獻1946條經(jīng)驗 獲得超4個贊
影片剪輯上的有:
mouseDown:鼠標左鍵按下, mouseMove鼠標移動, mouseUp鼠標按下后釋放
按鈕上的有:
press左鍵按下, release釋放, releaseOutside外部釋放, rollOver移上, rollOut移出, dragOver拖放, dragOut拖出

TA貢獻1851條經(jīng)驗 獲得超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
添加回答
舉報