SafeFeel.com

Free Computer Networking Security & Software Questions and Answers Website

Help on Macromedia Flash!?

How can adjust the mouse pointer (arrow thingie), to an statue of my choice (created contained by Flash) within Flash, when it rolls over a button??

Also, is here a code by which I can move the pointer automatically to one specific position (like 'Start' position for a winter sport?)


Answers: The trick is to hide away the mouse
Mouse.hide()
and later create or show a movieclip symbol which you will own follow the motions of the in a minute invisible system cursor. Assuming you enjoy a movieclip on stage already, that it is name myPointer, and that it is currently not detectable...

myPointer._visible=true;
myPointer.onMouseMove = function(){
this._x=_xmouse;
this._y=_ymouse;
}

or
myPointer.startDrag(true);
Please facts that if you will own to write superfluous code to knob things the user would consequently know how to DO next to their modified cursor.

You can not in truth set the position of the system cursor, but if you put away the cursor, you can set the position of the replacement cursor you afterwards provide. The trouble is that associates can lose their cursors when you bring it wager on, SO, I really don't recommend you try to reposition the cursor. Changing the look is pretty straightforward. I'm sure here are tutorials that cover this exact entry if you google it up.

Good luck!
you can do adjectives of the above contained by your mouse properties /options

run to start > conrol panel>printers other thorny ware etc
I'm not sure if you can do this in flash. I focus the mouse pointer is a javasript program.