개 대충만듬. 에고 귀찮아
그냥 함수 선언하고
function createtan(x, y, angle) {
duplicatemovieclip("tan_", "tan_"+count, count);
_root["tan_"+count]._x = x;
_root["tan_"+count]._y = y;
_root["tan_"+count].angle = angle;
count++;
}
사용할 때에는
createtan(x좌표,y좌표,각도);
이렇게 사용하면 됩니다. ㄹㄹ
|
이 작품을 로 보내기 로 보내기 |
 |
계정찾은 녹색이 님 작가방 가기 |
|