我需要在按钮的标签上添加笔划,使用动作脚本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.
答案 0 :(得分:0)
我认为错误原因是myButton.label
不是DisplayObject