I'm trying to do a button within a button for my navbar. For this button, the bottom layer contains a movie clip that fades in when the primary button clip is moused over. Theres also a layer with a movieclip that contains all of the navbars actual buttons on top of the fade in clip, they extend through all 4 stages. I think i'm having a problem with which item is in focus, because either nothing happens when i click on them because the parent button steal the click, or when i bring the button clip out of the main button movie clip, and place it on top, flash focuses on the sub buttons, and fails to animated the bottom layer.
Is there a way to specify to keep the bottom clip on the _over stage, but still allow buttons which are placed above them to be clickable?
You are in the wrong forum buddy, the AS 3.0 forum is right after the next corner. But anyways, if you want to disable the children of a movie clip then you could simply use yourMovieClip.mouseChildren = false; that will prevent the children of the parent from reacting to any mouse events.
| Windows MSN: birobarna [at] hotmail [dot] com | Skype: barna.biro | WebLog:http://blog.wisebisoft.com/ |
| Software Developer / Flash & Flex Developer | Student ( Computer Science ) | Interested in: Sharing Knowledge |
| Romanian Adobe Flash, Flex, AIR Forum: http://www.flashforum.ro/ | By perseverance the snail reached the ark. |
Could you maybe post the .fla so I can take a look at it ? It would be much easier because I'm not totally getting your problem... on the other hand, as a friendly advice: DON'T USE BUTTONS !!! USE ONLY MOVIE CLIP !!!
Button symbols are evil, bad, limited and crap. All that you'll ever need are called Movie Clips, you can do whatever you want with them.
| Windows MSN: birobarna [at] hotmail [dot] com | Skype: barna.biro | WebLog:http://blog.wisebisoft.com/ |
| Software Developer / Flash & Flex Developer | Student ( Computer Science ) | Interested in: Sharing Knowledge |
| Romanian Adobe Flash, Flex, AIR Forum: http://www.flashforum.ro/ | By perseverance the snail reached the ark. |
// create a new LocalConnection instance used to send
// calls to a LocalConnection instance in another movie
var outgoing_lc:LocalConnection = new LocalConnection();