AS Question
AS Question
- Started
- Last post
- 3 Responses
- wade
Anyone know to make this into a menu that uses an array instead of XML?
http://www.kirupa.com/developer/…
- woodyBatts0
an xml node is an array
where it says this :node_xml.childNodes.length
change it too
myAwesomeArray.lengthafter you define the array of course
- wade0
I think it's a little more complicated than that. Still not working. I created an array with 3 items and used the array name to replace the xml_node but to no avail.
Know any good array based dro p down menus?
- BZZZP0
you also have to replace the code that walks xml nodes with code that walks your array. just concentrate, it isn't hard.