Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Site Design / February 2007



Tip: Looking for answers? Try searching our database.

anybody know how to...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
foret - 24 Feb 2007 17:54 GMT
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
aniebel - 24 Feb 2007 20:41 GMT
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?
foret - 25 Feb 2007 22:32 GMT
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
aniebel - 25 Feb 2007 23:34 GMT
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
};
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.