I am using this tutorial, http://www.kirupa.com/developer/actionscript/xml_dropdown_menu5.htm,
to create a composite image based on 4 different areas. Each area is a menu button and each menu button has sub menu items. The final composite image would be based on the sub menu item selected for each area.
So here is where the problem lies, I load the correct option for area #1 and then choose an option for area #3 and it clears the area #1 option I had previously selected. I really want the area #1 option to remain on stage. What am I missing here?
I have included my working files. Note I have only been working with/programing Area #1 and Area #3 thus far. I should also mention I am just a beginner here so…
Thanks.