How to customize your own mouse in flash
by symiily
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
How to customize your own mouse in flash
How to customize your own mouse in flash의 태그
설명
onClipEvent(enterFrame){
Mouse.hide();
this.x=root.xmouse;
this.y=root.ymouse;
}
플레이 방법
click with the mouse…
댓글
legionofdoom_
Apr. 21, 2010
how about you make a real tutorial?
zxcx
Jul. 07, 2013
this sux
Abisnail10
Dec. 19, 2010
Or, you could just go on Cursor Mania u retard
Flamerock
Jan. 11, 2010
It doesn't work for me. :(
lucidrine
Jan. 09, 2010
Do NOT use Mouse.hide() in every frame, for that will cause some problems (such as the real cursor will go disappear in some case). Well for me i always put Mouse.hide() in the first frame only and onMouseDown() event.