2009年4月8日 星期三
004-flash homework 03
total = 400;
for (i=0; i< total; i++) {
obj = this.attachMovie("cu", "layer"+i, i);
obj.a01._x = i;
obj.a01._y = i+5;
obj.a01._xscale = i;
obj.a01._yscale = i;
obj.a02._x = i;
obj.a02._y = i+5;
obj.a02._xscale = i*2;
obj.a02._yscale = i;
obj.a03._x = i;
obj.a03._y = i+5;
obj.a03._xscale = i;
obj.a03._yscale = i*2;
obj._x = 200;
obj._y = i;
obj._xscale = obj._yscale=i*i/100+1;
obj._rotation = i;
obj._alpha=random(50)
}
-----------------------------------------------------
如果所有的一切都得消失在彼端
希望至少留下的軌跡是絢爛的...
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言