02 2013 档案

比较少见的绘制虚线的方法
摘要:import flash.display.Shape;var separatorShape:Shape = new Shape();var bitmapFill:BitmapData = new BitmapData(2,1,true,0);bitmapFill.setPixel32(0, 0, 0xFF999999);var g:Graphics = this.separatorShape.gr... 阅读全文

posted @ 2013-02-27 15:18 AS3.0 阅读(748) 评论(0) 推荐(0)

[转]flash builder 4 编译器参数
摘要:accessible=true|false 是否具有可理解性(如为残疾人提供方便的性能)actionscript-file-encoding | 设置文件编码,如Shitf_JISadvanced | mxmlc -help advanced,如这样的高级参数allow-source-path-overlap=true|false | 验证source-path中定义的路径是否出现重叠,出现互相包... 阅读全文

posted @ 2013-02-01 17:55 AS3.0 阅读(221) 评论(0) 推荐(0)

导航