Array/xml

Hi

I am posting late because WOW I have managed to do something in flash all on my own

NOW I NEED HELP:crazy:

below is a button function which cycles through an array, grabs a movie clip and stuffs it on the stage…

 
_root.Butcounter++
_root.container2.removeMovieClip()
_root.container2.attachMovie(_root.questionsarr[_root.Butcounter],"question", 2)
_root.container2.question._x = 10; 
_root.container2.question._y = 10;

question is how would I do this with utilising XML?