Mikester311
12-19-2005, 07:01 PM
I'm using Flash Pro 8 and I'm trying to create an interactive menu like like sample I've attached.
My goal is to have the sub-menu on the right come up as you click on each main menu rollover items on the left. Once the main menu is clicked on and showing the sub menu, then I want that menu to stay on active until another "main menu" selection is clicked on. I've try using differnt scrips I've found on this forum, but I can seem to make them work.
If I use..
on (press) {
mx.behaviors.DepthControl.bringToFront(this);
}
then the published file freezes on me every time. Maybe I'm doing something wrong?
I really appriciate any help with this.
My goal is to have the sub-menu on the right come up as you click on each main menu rollover items on the left. Once the main menu is clicked on and showing the sub menu, then I want that menu to stay on active until another "main menu" selection is clicked on. I've try using differnt scrips I've found on this forum, but I can seem to make them work.
If I use..
on (press) {
mx.behaviors.DepthControl.bringToFront(this);
}
then the published file freezes on me every time. Maybe I'm doing something wrong?
I really appriciate any help with this.