-
onClipEvent(load){
i=1;
Maxcopy = 7;
}
onClipEvent(enterFrame){
duplicateMovieClip("car", "car" + i, i);
this["car"+i]._x += random(7);
this["car"+i]._y += random(3);
i++;
i = (i>Maxcopy) ? 1 : i ;
}
'Flash study' 카테고리의 다른 글
greatmask (0) | 2016.05.22 |
---|---|
colorwave (0) | 2016.05.22 |
디지털 전광판 (0) | 2016.05.22 |
파노라마 (0) | 2016.05.21 |
particle mask (0) | 2016.05.21 |