Hello…was wondering if anyone could help me out. I am working with some menu items in Actionscript2 (working from cs3) that currently have submenu level items. As I have it now, if you click on a button, the first submenu item is selected, all derived from an xml file. What I would like to do is when no menu items are selected (when the page is first visited or when one selects a main level button but not a sublevel button) I want to display information from the xml file…so this information would not necessarily have a button of its own. Ex. Upon visiting the page…I would like an image to show on the site (no button directs one to it, rather its just an intro) derived from xml. The buttons are loaded on the stage and when one clicks one of these buttons, say “INTRO” then sublevel menu items appear on stage, ex. “who” “what” etc., but a small paragraph (derived from xml) is already on the stage giving a brief intro. then one can click on “who” or “what.” I’ve attached the .as file. Sorry, i am fairly new and have been racking my brain on this. Thanks for any help.