all groups > flash (macromedia) > december 2004 >
You're in the

flash (macromedia)

group:

custom Cursor


custom Cursor Sebhughes
12/30/2004 10:09:27 PM
flash (macromedia):
Re: custom Cursor urami_
12/31/2004 1:50:13 PM


[quoted text, click to view]

Well, you can't force it to change pointer. We fake it by making it invisible and
replacing it with movie clip .

Make a movie clip you like it to be your pointer, than select it and hit F9 to open
action editor panel and paste :

onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
updateAfterEvent();
}

I put the Mouse Hide in continue update because if you right click or move off the flash
boundaries you could easily get the pointer to reappear, with mouse move it get updated
on every move.

--
Happy New Year and all the best to all of you guys !!!


<urami>
http://www.Flashfugitive.com
</urami>


<web junk free>
http://www.firefox.com
AddThis Social Bookmark Button