天下国瓷的一个水面波纹动画测试
作者:admin 日期:2010-04-08刘少奇纪念馆的一个演示FLASH动画
作者:admin 日期:2010-04-08Flash开发文件命名规范
作者:admin 日期:2010-01-18Flash - textarea组件的背景边框设置
作者:admin 日期:2010-01-15TestArea组件背景透明,边框也透明。
myTextArea.depthChild0._visible = false;
TestArea组件背景透明,边框不透明。
_global.styles.TextArea.backgroundColor = undefined;
TestArea组件背景和边框的透明度。
myTextArea.depthChild0._alpha = 0;
TestArea组件背景颜色。
_global.styles.TextArea.backgroundColor = 0xff0000;
TestArea组件边框颜色。
myTextArea.setStyle("borderColor","0xff0000");//下
myTextArea.setStyle("highlightColor","0xff0000");//上
myTextArea.setStyle("color","0xff0000");//字
myTextArea.depthChild0._visible = false;
TestArea组件背景透明,边框不透明。
_global.styles.TextArea.backgroundColor = undefined;
TestArea组件背景和边框的透明度。
myTextArea.depthChild0._alpha = 0;
TestArea组件背景颜色。
_global.styles.TextArea.backgroundColor = 0xff0000;
TestArea组件边框颜色。
myTextArea.setStyle("borderColor","0xff0000");//下
myTextArea.setStyle("highlightColor","0xff0000");//上
myTextArea.setStyle("color","0xff0000");//字