secretsquirrel
Programmer
I wonder if anyone can help me here. This might be a bit complicated and hard to understand...
Imagine I've got a Flash movie containing a map. On this map I want to be able to track the positions of various items moving around the map (indicated by small icons). I would like to pass the positions of the icons into the movie via XML, so the movie could position the icons according to x position and y position variables.
The XML would be structured like this:
<item1>
<xposition>
<yposition>
</item1>
<item2>
<xposition>
<yposition>
</item2>
etc.
Does anyone know of a way to do this?
Let me know if this is unclear...
Thanks in advance.
Imagine I've got a Flash movie containing a map. On this map I want to be able to track the positions of various items moving around the map (indicated by small icons). I would like to pass the positions of the icons into the movie via XML, so the movie could position the icons according to x position and y position variables.
The XML would be structured like this:
<item1>
<xposition>
<yposition>
</item1>
<item2>
<xposition>
<yposition>
</item2>
etc.
Does anyone know of a way to do this?
Let me know if this is unclear...
Thanks in advance.