Hi guys been a while since i did anything on c2 im in middle of porting a game from libgdx over to c2 since C2 performance on the web is way better then gwt way to go C2 developers thank you !!!
Im having a problem Reading xml from an ajax request here is a zip of what ive tried so far and the xml level i am trying to read
dl.dropboxusercontent.com/u/96964806/XMLParsing.capx
what i am trying to do with the xml is find <Layer Name=""platforms"" Visible=""true"">
or <Layer Name=""platformsWrap"" Visible=""true""> loop through them find there
<Position>
<X>290</X>
<Y>-3068</Y>
</Position>
and create game objects in that position i would really appreciate the help thanks in advance