Cursor

i am trying to find a tutorial for flash MX to create a custom cursor…anyone know of one or can someone help me? i’d like to change the regular arrow to black and give it a drop shadow…and well thats only one case which is why a tutorial would be nice so that i can change it to other things according to the site

thanks
:stuck_out_tongue:

First follow this tutorial…

http://www.kirupa.com/developer/flash5/follow.asp

Then just add this action into the mix…

Mouse.hide();

Voila, instant mouse cursor change.

merci :hat:

You can go one step further and make custom mouseover cursors.

Just use the

this.useHandCursor = false;

To get rid of the annoying hand cursor, then add add a “telltarget” statement to gotoAndStop on Frame 2 of your cursor movie clip (which will be your mouseover image).

Altogether it will look something like this…

on (rollOver) {
this.useHandCursor = false;
_root.mouseCursor.gotoAndStop(2);
}
on (rollOut) {
_root.mouseCursor.gotoAndStop(1);
}

Where mouseCursor is the instance name of your movie clip for a cursor. I actually didn’t test this, but I don’t see why it wouldn’t work.

You can also follow this tutorial: http://www.kirupa.com/developer/flash5/globalmousecursor.asp :stuck_out_tongue:

Et voilà!

Yeah, I saw that one too, but I figured the first one would be a much easier method.

et encore je vous remerci…je ne sais pas ecrire avec les accents, en bon je ne sais pas tres bien ecrire en francais…but anyway thanks guys :smirk:

Um… no speaka the frencha…LOL.

No problem though :slight_smile:

I’m telling you, the French are taking over Flash forums everywhere…

i’m not french :q:=)

Nevermind, you speak French, you will be spared…

Man, I don’t have time to learn French :frowning:

I speak kitchen French (saute’ , emonder’, filet, thyme & Bay Leaf, etc.)

does that count? :-\

Rev:elderly:

oh ilyas you are so kind to allow me to be spared i feel sorry for the rest of them :stuck_out_tongue: