| 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
| |
|
| 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
| |
|
| 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 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
| |
|
| It's easy:
Mouse.hide();
newCur.onMouseMove = function(){
this._x = _root._xmouse;
this._y = _root._ymouse;
updateAfterEvent();
| |
|
|
|
| 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.
| |
|
|
"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
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |