il have a query system, return will be in XML [maybe XMList would be better?]
how would it be possible to take the values in the xml and use them?
eg
function showCounties(a : xmlList)
{
a.visible = true;
}
basically xml list will return county names eg [a,b,c]
i will have movie clips a,b,c and the method will set them to show.
thank you