How to customize your own mouse in flash

How to customize your own mouse in flash

โดย symiily
รายงานบั๊ก
รายงานเกม
Loading ad...

How to customize your own mouse in flash

คะแนน:
2.1
เปิดตัว: January 09, 2010
อัปเดตล่าสุด: January 09, 2010
ผู้พัฒนา: symiily

แท็กสำหรับ How to customize your own mouse in flash

รายละเอียด

onClipEvent(enterFrame){
Mouse.hide();
this.x=root.xmouse;
this.
y=
root.
ymouse;
}

วิธีเล่น

click with the mouse…

ความคิดเห็น

0/1000
legionofdoom_ avatar

legionofdoom_

Apr. 21, 2010

3
0

how about you make a real tutorial?

zxcx avatar

zxcx

Jul. 07, 2013

2
0

this sux

Abisnail10 avatar

Abisnail10

Dec. 19, 2010

2
0

Or, you could just go on Cursor Mania u retard

Flamerock avatar

Flamerock

Jan. 11, 2010

1
0

It doesn't work for me. :(

lucidrine avatar

lucidrine

Jan. 09, 2010

1
0

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.