带Buttonmouseover光标的按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带Buttonmouseover光标的按钮相关的知识,希望对你有一定的参考价值。
I always forget how to implement a button with active mousecursor....
startButton_btn.mouseEnabled = true; startButton_mc.buttonMode = true; startButton_mc.addEventListener(MouseEvent.CLICK, onStartbuttonClicked); public function onStartbuttonClicked(event:MouseEvent):void { trace("onStartbuttonClicked"); }
以上是关于带Buttonmouseover光标的按钮的主要内容,如果未能解决你的问题,请参考以下文章
如何使用光标和循环显示来自 sqlite 的片段的 recyclerview