all groups > flash actionscript > april 2006 >
You're in the

flash actionscript

group:

mask button



mask button josp
4/30/2006 4:34:42 PM
flash actionscript: hello,

I have some buttons and above those buttons I have a movielclip, which
hides the buttons. But when I move the mouse aver the movieclip, I still
get the finger and I am still able to pres the buttons.

But I want the movieclip to hide the buttons completely, also they must
not be able to press.

I don't want the finger cursor at all.

How do I do this?

best regards
Re: mask button Laurent
4/30/2006 5:49:48 PM
Isn't using "visible = false" possible in your case ?

"josp" <superbla3000@gmx.net> a écrit dans le message de news:
e32htk$cus$1@forums.macromedia.com...
[quoted text, click to view]

Re: mask button Timothee Groleau
5/1/2006 12:00:00 AM
[quoted text, click to view]

Make the movieclip above trap button events but make sure it doesn't use the
hand cursor. You can achieve that by doing:

the_mc_above.useHandCursor = false;
the_mc_above.onPress = null;

Tim.
AddThis Social Bookmark Button