查看权限: |
需要 【普通用户】 级别以上才能查看。 |
信息标题: |
Flash AS代码实例:仿贝塞尔曲线控制 |
所属栏目: |
Flash |
发布时间: |
2009-07-30 |
信息简介: |
AS代码如下://这个函数是用来绘制线条的 function connect(){ this.clear() this.lineStyle(3,0x660000,100) this.moveTo(anchorOne._x,anchorOne._y) this.curveTo(controlOne._x,controlOne._y,anchorTwo._x,anch |
|
|
|