动作脚本3.如何通过AS3在按钮的标签上添加笔划?

时间:2014-10-11 12:46:06

标签: actionscript-3 flash button actionscript stroke

我需要在按钮的标签上添加笔划,使用动作脚本3。

现在我用这个:

var stroke:GlowFilter = new GlowFilter(0x86564e, 1, 2, 2, 10, 1);
myButton.filters = [stroke];

但是这会在按钮上添加笔画(发光),而不是在按钮的标签上。我也试过了myButton.label.filters = [stroke];,但没有成功。

它返回我的错误:

1119: Access of possibly undefined property filters through a reference with static type String.

1 个答案:

答案 0 :(得分:0)

我认为错误原因是myButton.label不是DisplayObject