ActionScript 3 剪辑como boton as3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 剪辑como boton as3相关的知识,希望对你有一定的参考价值。

import  flash.events.MouseEvent;

boton.buttonMode = true;

boton.useHandCursor = true;


boton.addEventListener(MouseEvent.CLICK, onClickHandler);


function onClickHandler(myEvent:MouseEvent){

//accion

}

以上是关于ActionScript 3 剪辑como boton as3的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 选择影片剪辑

ActionScript 3:使影片剪辑播放到最后

ActionScript 3 将剪辑移动到最高深度

无法将其他 Flash 影片剪辑访问到 Actionscript 3

actionscript 3 通过拖动拉伸和旋转动画剪辑箭头

Actionscript 3 影片剪辑与主时间线的关系