all groups > flash (macromedia) > november 2006 >
You're in the

flash (macromedia)

group:

Cover up a rollover


Cover up a rollover tommy53
11/30/2006 10:48:55 PM
flash (macromedia):
I am creating a short training module in Flash 8. I have a few invisible
buttons over some of the text - when the user rolls over that text, a movie
clip displays some visual information pertinent to that text. I also have a few
other "on-release" buttons that open up movie clips that contain larger
graphics. The problem: when the second movie clip is open and on the stage, the
invisible buttons associated with the text - that are now under the larger
movie clip - are still accessible. Is there a way - scripting or otherwise -
to prevent this "bleed-through" effect.
Many thanks for your help.

Re: Cover up a rollover urami_
12/1/2006 12:00:00 AM


[quoted text, click to view]

give the button instance name and disable it using :

buttonName.enabled = false;

to set it back ON use

buttonName.enabled = true;

--
Best Regards

Urami


--


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Re: Cover up a rollover tommy53
12/1/2006 3:22:35 PM
It works beautifully! Thank you for your help.
AddThis Social Bookmark Button