This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Flash Site Design > April 2006 > custom mouse arrow





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author custom mouse arrow
Skivling

2006-04-07, 6:30 am

Howdy fellow Flashers!

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

Thanx!
Finn
Ralph

2006-04-07, 6:30 am

Skivling skrev:
> Howdy fellow Flashers!
>
> Yes! How do I assign a custom symbol instead of the standard hand?
>
> Thanx!
> Finn


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;
}


Ralph
Ralph

2006-04-07, 6:30 am

Skivling skrev:
> Howdy fellow Flashers!
>
> Yes! How do I assign a custom symbol instead of the standard hand?
>
> Thanx!
> Finn


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;
}


Ralph
Ralph

2006-04-07, 6:30 am

Ralph skrev:
> Skivling skrev:
>
>
>
> 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;
> }
>
>
> Ralph


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

Ralph
Naric

2006-04-07, 6:31 pm

It's easy:

Mouse.hide();
newCur.onMouseMove = function(){
this._x = _root._xmouse;
this._y = _root._ymouse;
updateAfterEvent();
lamb_love

2006-04-07, 6:31 pm

This linkhelped me do it:

http://www.flashnewz.com/flashnewz-...serinFlash.html

:)
Ralph

2006-04-07, 6:31 pm

lamb_love skrev:
> This linkhelped me do it:
>
> http://www.flashnewz.com/flashnewz-...serinFlash.html
>
> :)


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?


Ralph
Navrien

2006-04-08, 6:32 pm

I have a similar problem. I need to make the mouse cursor change, but only when it's over specific buttons. How do I do that? Thanks.
CB

2006-04-09, 10:41 pm


"Ralph" <bogus@bogus.com> wrote in message
news:JsqZf.51410$d5.207332@newsb.telia.net...
> Ralph skrev:
>
> Sorry, that was the cursor... My mistake.
>
> Ralph


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


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews