2009年4月8日 星期三
004-flash homework 02
total = 1000;
for (i=0; i< total; i++) {
obj = this.attachMovie("eye", "layer"+i, i);
obj._x = i*i/1000;
obj._y = i;
obj._rotation = i;
obj._xscale = i;
obj._yscale = i/30;
obj._alpha = random(30);
obj2 = this.attachMovie("eye2", "layer"+i, i+1);
obj2._x = 400;
obj2._y = 300;
obj2._xscale = obj2._yscale=i-150;
obj2._alpha = 20;
}
------------------------------------------
其實是妳的眼睛
不過我再也看不見...
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言