Hi
I am loading my menu items from an XML file for dynamism, but I am not sure what to do about the following, should I populate an array with the items and then use the array for reference in creating the movieclips later, or should I rather immediately create the movieclips and populate them with the data received from the XML file without leaving a trail?
The benefits are bit equal, it seems to me.