콜백함수를 이용한 마우스 따라오기 작성자 정보 작성자 김두호 아이피 211.♡.121.189 작성일 2004.05.08 08:28 컨텐츠 정보 조회 2,583 목록 게시물 옵션 글수정 글삭제 본문 Instance Name : snake _root.onLoad=function() { this.snake.targetx=snake._x; this.snake.targety=snake._y; } _root.snake.onMouseUp=function() { this.targetx=_root._xmouse; this.targety=_root._ymouse; } _root.snake.onEnterFrame=function() { this._x += 0.3*(this.targetx-this._x); this._y += 0.3*(this.targety-this._y); } 추천 125 비추천 0 관련자료 링크 http://duduji.iptime.org/myfile/action/07/mousemove.fla 171 회 연결 http://duduji.iptime.org/myfile/action/07/mousemove.fla 180 회 연결 댓글 0개 등록된 댓글이 없습니다. 로그인한 회원만 댓글 등록이 가능합니다. 목록 게시물 옵션 글수정 글삭제