How to customize your own mouse in flash
par symiily
Ajoutez sur l'écran d'accueil pour un accès rapide
Installer ce jeu
Touchez le bouton Partager, puis « Ajouter à l'écran d'accueil » pour installer ce jeu et y accéder rapidement.
How to customize your own mouse in flash
Tags pour How to customize your own mouse in flash
Description
onClipEvent(enterFrame){
Mouse.hide();
this.x=root.xmouse;
this.y=root.ymouse;
}
Comment jouer
click with the mouse…
Commentaires
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.