all groups > macromedia flash sitedesign > april 2006 >
You're in the

macromedia flash sitedesign

group:

custom mouse arrow



custom mouse arrow Skivling
4/7/2006 12:00:00 AM
macromedia flash sitedesign: Howdy fellow Flashers!

Yes! How do I assign a custom symbol instead of the standard hand?

Thanx!
Re: custom mouse arrow Ralph
4/7/2006 12:00:00 AM
Skivling skrev:
[quoted text, click to view]

Draw your mouse as a graphic picture and convert it to a
movieclip (F8).

Attach this script to the clip:

onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _parent._xmouse;
this._y = _parent._ymouse;
}


Re: custom mouse arrow Ralph
4/7/2006 12:00:00 AM
Skivling skrev:
[quoted text, click to view]

Draw your mouse as a graphic picture in a separate layer and
convert it to a movieclip (F8).

Attach this script to the clip:

onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _parent._xmouse;
this._y = _parent._ymouse;
}


Re: custom mouse arrow Ralph
4/7/2006 12:00:00 AM
Ralph skrev:
[quoted text, click to view]

Sorry, that was the cursor... My mistake.

Re: custom mouse arrow Naric
4/7/2006 5:32:19 PM
It's easy:

Mouse.hide();
newCur.onMouseMove = function(){
this._x = _root._xmouse;
this._y = _root._ymouse;
Re: custom mouse arrow lamb_love
4/7/2006 8:20:45 PM
Re: custom mouse arrow Ralph
4/7/2006 9:48:20 PM
lamb_love skrev:
[quoted text, click to view]

Remember he was talking about the hand! The hand is showing
when you hover a button. To change only the hand to
something else is another issue.

Maybe he don't mean that?


Re: custom mouse arrow Navrien
4/8/2006 1:09:29 PM
Re: custom mouse arrow CB
4/9/2006 9:57:22 PM

[quoted text, click to view]

Thanks, I got it to work pron'toe
--
CB
TOM TANCREDO FOR PRESIDENT

AddThis Social Bookmark Button