flash鼠标事件有哪些?分别代表什么意思?

flash鼠标事件有哪些?分别代表什么意思?


阿晨1998
浏览 1191回答 3
3回答

绝地无双

影片剪辑上的有:mouseDown:鼠标左键按下, mouseMove鼠标移动, mouseUp鼠标按下后释放按钮上的有:press左键按下, release释放, releaseOutside外部释放, rollOver移上, rollOut移出, dragOver拖放, dragOut拖出

江户川乱折腾

CLICK : String = "click"[static] 定义 click 事件对象的 type 属性值。 MouseEventCLOSE : String = "close"[static] 定义 close 事件对象的 type 属性值。 EventCOMPLETE : String = "complete"[static] 定义 complete 事件对象的 type 属性值。 EventCONNECT : String = "connect"[static] 定义 connect 事件对象的 type 属性值。 EventDEACTIVATE : String = "deactivate"[static] 定义 deactivate 事件对象的 type 属性值。 EventDOUBLE_CLICK : String = "doubleClick"[static] 定义 doubleClick 事件对象的 type 属性值。 MouseEventENTER_FRAME : String = "enterFrame"[static] 定义 enterFrame 事件对象的 type 属性值。 EventFULLSCREEN : String = "fullScreen"[static] 定义 fullScreen 事件对象的 type 属性值。 EventID3 : String = "id3"[static] 定义 id3 事件对象的 type 属性值。 EventINIT : String = "init"[static] 定义 init 事件对象的 type 属性值。 EventMOUSE_DOWN : String = "mouseDown"[static] 定义 mouseDown 事件对象的 type 属性值。 MouseEventMOUSE_LEAVE : String = "mouseLeave"[static] 定义 mouseLeave 事件对象的 type 属性值。 EventMOUSE_MOVE : String = "mouseMove"[static] 定义 mouseMove 事件对象的 type 属性值。 MouseEventMOUSE_OUT : String = "mouseOut"[static] 定义 mouseOut 事件对象的 type 属性值。 MouseEventMOUSE_OVER : String = "mouseOver"[static] 定义 mouseOver 事件对象的 type 属性值。 MouseEventMOUSE_UP : String = "mouseUp"[static] 定义 mouseUp 事件对象的 type 属性值。 MouseEventMOUSE_WHEEL : String = "mouseWheel"[static] 定义 mouseWheel 事件对象的 type 属性值。 MouseEventOPEN : String = "open"[static] 定义 open 事件对象的 type 属性值。 EventREMOVED : String = "removed"[static] 定义 removed 事件对象的 type 属性值。 EventREMOVED_FROM_STAGE : String = "removedFromStage"[static] 定义 removedFromStage 事件对象的 type 属性值。 EventRENDER : String = "render"[static] 定义 render 事件对象的 type 属性值。 EventRESIZE : String = "resize"[static] 定义 resize 事件对象的 type 属性值。 EventROLL_OUT : String = "rollOut"[static] 定义 rollOut 事件对象的 type 属性值。 MouseEventROLL_OVER : String = "rollOver"[static] 定义 rollOver 事件对象的 type 属性值。 MouseEvent
打开App,查看更多内容
随时随地看视频慕课网APP