all groups > macromedia flash sitedesign > february 2007 >
You're in the

macromedia flash sitedesign

group:

anybody know how to...


anybody know how to... foret
2/24/2007 5:54:46 PM
macromedia flash sitedesign:
anybody know how to fix problem. two movie clips in the their own layers are
active over eachother. if i open movie clip "layer1" and than i open the movie
clip "layer2" the muvie clip #1 react same like if si open by it self. for
example: movie clip1 include some buttons, movie clip2 doesn't, but if i open
movie clip2 over movie clip1, mouse react on the buttons in movie clip1.
hard to explain. but i appreciate any comments :confused;
thanx
Re: anybody know how to... aniebel
2/24/2007 8:41:35 PM
Hi there.. what do you mean by "if I open movie clip2"? Are you in the
authoring environment or is this after you published the SWF?

If you are in the authoring environment, and you are trying to edit MC2, turn
off the visibilty on the other layer for a second, then try.

If this is after you've published the SWF, you MC with mouse event handlers
will react that way. Not sure I understand what you are doing. Can you try to
explain better?
Re: anybody know how to... foret
2/25/2007 10:32:24 PM
Hi aniebel, thanx for your reply, I'm apologize for my English.
For example: SWF
On the scene 1 I have some graphics, and 3 buttons, each buttons is loading MC
on rollover. If I go with mouse to button 1 my MC 1 become be visible. Now
should be visible just MC 1, it is, but the below that MC 1 are buttons on
scene 1 active. So, technically on MC 1 are not buttons, but if I go with mouse
on the place where is buttons 2,3 on scene 1 - my MCs 2,3 are loading, even you
are not see those buttons
I hope you?ll get a piece of my thought.
thanx again, foret
Re: anybody know how to... aniebel
2/25/2007 11:34:15 PM
Are you trying to make buttons 2 and 3 disabled while you have MC1 open? Do you
want them still visible but not enabled?

If so, try:



button1.onRollOver = function(){
button2.enabled = false;
button3.enabled = false;
// and whatever code you have to open MC1
};
AddThis Social Bookmark Button