2005/05/28 | TextArea中常用的几种方法
类别(Flash) | 评论(0) | 阅读(169) | 发表于 15:42
在TextArea上加入以下代码,可观效果:
onClipEvent (load) {
this.fontSize = 30;
this.textAlign = "center";
this.color = "0xfffff";
this.__height = 40;
my_color = new Color(this.label);
my_color.setRGB(0xff0000);
}
0

评论Comments

日志分类
首页[186]
Flash[84]
FMS[41]
AIR[2]
ASP[11]
作品区[12]
其他[36]