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

flash (macromedia)

group:

Problem with buttons in background


Re: Problem with buttons in background urami_
12/25/2006 12:00:00 AM
flash (macromedia):


[quoted text, click to view]

Buttons remain their full functionality across multiple levels, always.
There is few things you can do to avoid it:

1)
While loading something in level 1, send level0 timeline to an empty frame
w/o any content using regular gotoAndStop() action.

2)
Place big button on bottom layer of the movie in level1. Buttons can't work across
buttons so the big one will eliminated any button below, they still there tho
you can't click them. You can then deactivate the hand pointer so the mouse cursor
won't react to that big button using action like btn.useHandCursor = false;

3)
You could deactivate the buttons directly using btn.enabled = false; while to content
is loaded and activated them when you need it back using btn.enabled = true;




--
Best Regards

Urami


--

!!!!!!! Merry Christmas !!!!!!!


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Problem with buttons in background Mr. Rish
12/25/2006 12:08:46 AM
Viewing the problem problem: http://www.ucsdkya.com/ > (you can skip the intro
via link in top right) > cilck on the moon in upper right .

When the new movie has loaded (its on Level 1), the buttons below it (on Level
0) still make their noises. How do I stop the response of these buttons?
AddThis Social Bookmark Button