ActionScript 3 从字符串动态添加属性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 从字符串动态添加属性相关的知识,希望对你有一定的参考价值。

var mc:MovieClip = new MovieClip(); // make new object

// these strings can come from flashvars, arrays etc
var n:String = "tallness"; // this is the property
var v:String = "100 miles"; // this is the value for the property

// assign the property and value at the same time
mc[n] = v;

trace(mc.tallness); // traces: 100 miles

以上是关于ActionScript 3 从字符串动态添加属性的主要内容,如果未能解决你的问题,请参考以下文章

将选项卡动态添加到 actionscript TabBar

ActionScript 3 从连接字符串创建类

如何使用非 MXML 而是 Actionscript 在 Flex 中创建动态状态并为其添加按钮?

ActionScript 3 AS3从字符串中剥离空格

ActionScript 3 从加载文件URL中提取查询字符串变量

ActionScript 3 AS3从字符串中删除非数字字符