[스크랩] 눈내리는 소스
*snow의 스크립트 소스 onload() { scale=random(40)+10; _xscale=_yscale=scale; _alpha=scale+100; _rotation=random(0); r=scale/5; yspeed=scale/10; _y=random(700); _x=random(700); } onenterframe(includingfirstframe){ _y+=yspeed; if(_y>700){ _y=0; _root.snow.gotoandplay(1); } } --------------------------------------------------- * scene_1의 소스 onframe(1,afterplacedobjectevents){ for(i..