Hey can anyone help. I’m kind of a newbie so I’m sorry if I don’t explain it properly. I learned how to make a simple flash site on Lynda.com. It’s set up so that all of my pages, which are individual swf. files, are loaded into level 5 of my master swf. my main menu page which has my buttons with submenus and is loaded into my master swf. in level 20 so that my buttons are always visible. This is the code they gave me to set up the buttons
MM_frames.onRelease + function () {
reActivateBtns ();
this.enabled = false;
changeOptionColor(this, overColor)
level0.myMCL.loadClip(“frames.swf”, 5);
The only thing is I have submenus in my buttons movie clip. And I set up the button properties inside the buttons instances instead of with action script. So I guess I need to use the (level0.myMCL.LoadClip(“frames.swf”, 5) code. but I just can’t figure out how to target the buttons to load the pages in. Does that make any sense? Thanks for your help.
-Stonewolf