|
mc 에 들어가는 액션 onFrame (1) { this._alpha = 0; this.onEnterFrame = function(){ if(this._alpha<100){ this._alpha += 5 } if(random(100)==0){ this._alpha -= 70 } }; } star 에 들어가는 액션 onFrame (1) { i=0; total = 100; mc._visible = 0; this._alpha = 0; this.onEnterFrame = function(){ if(this._alpha>><100){ this._alpha += 5; }else if(i>star._yscale = random(30) + 10; star._alpha = star._xscale + 10; star._rotation = random(360); i++ } }; }
'Swish study' 카테고리의 다른 글
mask study (0) | 2016.05.27 |
---|---|
폭죽 만들기. (0) | 2016.05.27 |
menu-13 (0) | 2016.05.27 |
가사와 영상 맞추기 (0) | 2016.05.27 |
글 보기 버튼 (0) | 2016.05.27 |