posted by 오리밭 2012. 12. 13. 21:11

 

 

 

 

[아래를 클릭하면 새 창에서 설명서가 축소되어 나타납니다.
마우스를 가져가면 확대표시[+]가 보여질 때 클릭하시기 바랍니다]

물결치기 설명서

테두리 스트립트 소스

==============================

onFrame (1) {
_root.createEmptyMovieClip("box",0);
with (_root.box) {
moveto(0, 0);
linestyle(20, 0xffea00, 100);//20 의 숫자가 테두리 굵기 사이즈
lineto(stage.width, 0);
lineto(stage.width, stage.height);
lineto(0, stage.height);
lineto(0, 0);
}
}