무비복제를 이용한 마우스 따라다니기 작성자 정보 작성자 김두호 아이피 211.♡.121.189 작성일 2004.05.11 08:29 컨텐츠 정보 조회 2,681 목록 게시물 옵션 글수정 글삭제 본문 Instance Name : sun _root.onLoad = function() { _root.sun.i=0; _root.sun.x=_root._xmouse; _root.sun.y=_root._ymouse; } _root.sun.onMouseMove = function() { this.duplicateMovieClip("sun"+this.i,this.i); _root["sun"+i]._x=_root._xmouse; _root["sun"+i]._y=_root._ymouse; this.i++; updateAfterEvent(); } 추천 138 비추천 0 관련자료 링크 http://duduji.iptime.org/myfile/action/09/moviecopy.fla 177 회 연결 http://duduji.iptime.org/myfile/action/09/moviecopy.fla 191 회 연결 댓글 0개 등록된 댓글이 없습니다. 로그인한 회원만 댓글 등록이 가능합니다. 목록 게시물 옵션 글수정 글삭제