Lets say I have an xml file in which i want to keep coordinates to be used by AS2's drawing API. The idea of it is that i want to be able to draw objects to stage with these coordinates but be able to store them all in an xml file.
In the xml file I would like to be able to select starting point, coordinates to draw to, and a finishing point if thats even necessery. For a simple space ship as an example ill use this char to represent what i wish to draw. "^"
Starting = 0,2
Drawto = 1,0
Drawto = 2,2
Simply, its the coordinated to draw an upside down V shape.
In the flash file, i need be able to go thought the xml file sort all the objects which will be in seperate child nodes and there coordinates for each objects. Draw them some were in an empty mc.
I have a solid understanding of XML, Drawing API, arrays, and all that jaz. What im asking for here is a coding concept, an idea, anything that can help me to figure out how to put it together. How to structure my XML files and thoery's on how to use it all together.
Thanks for any advice.
Aaron
