flash xml Q
flash xml Q
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- Timson0
why don't you use the drawing API.
your_mc.beginFill (vars from xml);
your_mc.moveTo(vars from xml);
your_mc.lineTo(vars from xml);etc.
why don't you use the drawing API.
your_mc.beginFill (vars from xml);
your_mc.moveTo(vars from xml);
your_mc.lineTo(vars from xml);
etc.