Question for TheCanadian... (variable scope and such)

A little while ago you tried to help me with this problem by advising me to place a “gotoAndStop(2)” at the end of the “onLoad” XML function to ensure the XML file’s been loaded before proceeding with the rest of the code.

I’ve since gotten in a position where I can test it out, and it didn’t work for me. I have data loaded from the XML file assigned to an array, and I can’t access that array outside the “onLoad” function.

I then tried putting EVERYTHING, I mean all functions, button code, everything inside the onLoad event and that didn’t work either.

I’m sorry to single you out, but you seem knowledgable about this and I need to get it working.