文件名称:flash脚本 AS3.0 动态修改文本框格式字体
文件大小:64KB
文件格式:FLA
更新时间:2012-03-09 04:28:55
3.0 AS3.0 ActionScript flash脚本 修改文本框格式字体
动态修改文本框格式字体 function pressbt(event:Event):void { if(flag) { T.htmlText=CN_CONTENT_S+"臺北公車站"+CN_CONTENT_E; TT.htmlText=CN_CONTENT_S+"臺北公車站"+CN_CONTENT_E; flag=false; } else { T.htmlText=EN_CONTENT_S+"Taipei Bus Station C"+EN_CONTENT_E; TT.htmlText=EN_CONTENT_S+"Taipei Bus Station C"+EN_CONTENT_E; flag=true; } }