Action Script 2 - Flash

무비복제를 이용한 마우스 따라다니기

작성자 정보

  • 작성자 김두호
  • 작성일

컨텐츠 정보

본문


01.jpg

Instance Name : sun
02.jpg
_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();
}

관련자료

댓글 0
등록된 댓글이 없습니다.
알림 0