flash倒影纯AS实现(as2.0

0

本文作者:LevinChiu  发布于:2009-8-19  分类:flash  点击:

[code]

import flash.geom.Point;
import flash.geom.Matrix;
import flash.display.BitmapData;
function createRef(p_source:MovieClip) {
 var bd:BitmapData = new BitmapData(p_source._width, p_source._height, true, 0);
...

AS 3.0 把MC用数组存放

0

本文作者:LevinChiu  发布于:2009-8-15  分类:flash AS3.0  点击:

Page 1 of 1 «1»