ActionScript 3 使用动态文本字段删除闪光按钮上的箭头

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 使用动态文本字段删除闪光按钮上的箭头相关的知识,希望对你有一定的参考价值。

myButton.headline.text = "some text"
myButton.headline.mouseEnabled = false;
myButton.buttonMode = true;
myButton.addEventListener(MouseEvent.ROLL_OVER, thumb_ROLLOVER);

function thumb_ROLLOVER(e:MouseEvent):void
			{
			// do something
			
			}

以上是关于ActionScript 3 使用动态文本字段删除闪光按钮上的箭头的主要内容,如果未能解决你的问题,请参考以下文章

Flash cs6 - Actionscript 3:使用输入 txt 更改动态 txt

ActionScript 3 在动态文本字段中查找行的最后一个单词的X和Y位置

ActionScript 3.0 - 否则如果是文本字段的条件

ActionScript 3 自动更改文本大小以适合文本字段

ActionScript 3 查找和更改变量或文本字段中的文本

ActionScript 3 将选择设置为文本字段