PDA

View Full Version : Flash Buttons...



kitiara30
May 1st, 2002, 09:17 AM
Does anyone know of a way to stop the pointing hand cursor from appearing when the mouse rolls over a Flash button?

This one's been bugging me for a while...

I am not Jubba
May 1st, 2002, 10:20 AM
check out the global mouse tutorial in the tutorial section.

ilyaslamasse
May 1st, 2002, 10:42 AM
Yeah, but it could be difficult. Are you using MX ?
pom 0]

upuaut8
May 1st, 2002, 11:14 AM
I just replace the mouse cursor with an arrow movie clip that follows the mouse and then I make the cursor invisible.. it's really pretty easy.

kitiara30
May 2nd, 2002, 03:17 AM
I'm using Flash 5... And taking apart someone else's movie. Grrr.

They've made a whole load of buttons to get the rollover effect on them, which is fine in itself. But you get the pointing hand cursor which makes it look like a link, and these buttons don't link anywhere.

The management have decided in their infinite wisdom that this will confuse the poor little 13 year olds who are meant to be using the movie, and are demanding the removal of said pointing hand.

In the words of my line manager "come on, it can't be that difficult".

upuaut8
May 2nd, 2002, 05:02 AM
ok.. I'll write up a discription of how I do what I do in a couple hours. Really it should be able to be done in a single self encapsulated movie clip which could just be dropped into any movie.

Especially if it's for kids.. One of my goals is to develope Motesorie (?sp.. you know if I can't spell it I didn't get educated with it) style teaching tools. I've always felt that education of the young is the most noble of all pursuits.

I am not Jubba
May 2nd, 2002, 05:44 AM
make a movie clip that you want to look like the cursor for the movie. On that movie clip put this code...

onClipEvent(enterFrame){
_x = _root._xmouse
_y = _root._ymouse
Mouse.hide()
}

upuaut8
May 2nd, 2002, 06:51 AM
yeah.. that's it.. :)

thanks again Jubba.. you da man too.

ilyaslamasse
May 2nd, 2002, 07:04 AM
Montesoris I think (it's French, isn't it ?)
pom 0]

kitiara30
May 2nd, 2002, 07:13 AM
Cheers guys, the movie clip cursor thing works fine.

Think it's Montessori schools btw, although my spelling could also be a bit off. The company I work for isn't quite like that, we're at www.espresso.co.uk (insert shameless plug here).

I am not Jubba
May 2nd, 2002, 07:25 AM
Lol, anytime....That was the first thing I ever learned how to do with actionscript :)

upuaut8
May 2nd, 2002, 07:28 AM
one of the first things I learned too.. which is why I couldn't remember off the top of my head. :)

I am not Jubba
May 2nd, 2002, 07:37 AM
lol, well you were learnin 2 years ago, I started learning in the end of january 2002! Thats why its easier for me...plus I'm younger and my brain is more alert and active ;)

kitiara30
May 2nd, 2002, 07:48 AM
I got thrown in at the deep end with ActionScript, started off working with all kinds of nasty bits and pieces. Scrolling text - urgh. At least MX makes my job easier there.

You wait though, next thing on my list is randomization. I'm opening a book on how long it'll be before either my fist goes through mymonitor, or my monitor goes through the window...