pacjkeav
August 27th, 2002, 10:30 AM
have designed a menu that opens into a sub menu that in turn opens up to reveal another menu
the menu is split 5 times too reveal the submenu's the script to do this is a tween that at frame 6 opens the menu and 11 closes it.
This is replicated to form another sumenu
I have declared the menu instance as "menu"
I have declared the submenu instance as "subsect"
I have declared the button to open the submenu as "expander"
using the with action i have told the expanders to tell all the other submenu's to play the closing sequence so that the open menus close when a new menu is opened
this fails to work as the with action cannot find the target
help help help help help help help
the code on the expander button is as follows
on (press) {
gotoAndPlay(5);
with (_root.menu.subsect2) {gotoAndPlay(11);
}
}
I am worried that a very bizzare occurence of tweens in my libary are to blame
anyone who wants to help can get the .fla file on demand probaly a nessecity to solve this peach of a prob
pacjkeav@livjm.ac.uk
_________________
jonsgaff
the menu is split 5 times too reveal the submenu's the script to do this is a tween that at frame 6 opens the menu and 11 closes it.
This is replicated to form another sumenu
I have declared the menu instance as "menu"
I have declared the submenu instance as "subsect"
I have declared the button to open the submenu as "expander"
using the with action i have told the expanders to tell all the other submenu's to play the closing sequence so that the open menus close when a new menu is opened
this fails to work as the with action cannot find the target
help help help help help help help
the code on the expander button is as follows
on (press) {
gotoAndPlay(5);
with (_root.menu.subsect2) {gotoAndPlay(11);
}
}
I am worried that a very bizzare occurence of tweens in my libary are to blame
anyone who wants to help can get the .fla file on demand probaly a nessecity to solve this peach of a prob
pacjkeav@livjm.ac.uk
_________________
jonsgaff