I looked for an answer to this in the forum… forgive me if I missed it.
I’m building a site that draw it’ data from XML for the first time. Right now, all of the text and image paths are coming from an XML doc.
What I want is to be able to write something like a foreach loop that will create a series of menu buttons on the stage based on the number of child nodes in the XML node I specify. Each button should be offset horizontally from the previous one, and draw itself several frames after, to give a wave-like effect. Each button should also have the functionality to load XML data into a pre-existing textArea.
The site I’m working on is here: http://jason-carlin.com.
The menu I want to build dynamically is the submenu (above the main menu) that appears after you click on WORK.
Any help is appreciated.