码迷,mamicode.com
首页 > 其他好文 > 详细

actionscript3.0 的一些小技巧

时间:2014-09-29 23:53:21      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:style   io   使用   ar   sp   div   c   on   cti   

1. 画空心矩形(其他的空心圆之类的东西也是使用的)
rect.beginFill(0,1);
rect.drawRect(0,0,480,480);
rect.drawRect(3.5,3.5,473,473);
rect.endFill();
 
2.try...catch 能不用就不用,这个会影响As3程序的性能

actionscript3.0 的一些小技巧

标签:style   io   使用   ar   sp   div   c   on   cti   

原文地址:http://www.cnblogs.com/seabrea/p/4001106.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!