Well, the reason for my question is i don't have a development background. i want to set my game levels with the help of array mapping and tiles. I know i can use tiled map editor inbuilt in construct 2 but for new level i need to make new layout and eventually it will increase the file size too!
My knowledge so far!
I can use array manually, ex- i know how to set each array values and spawn tiles on it set frame number according array value. I also know that i can upload xml file in project folder and call through Ajax.
What i want to learn -
How to pick all values from xml file and set them accordingly to array i have created?
or
If i have called project file in xml how can use to set new level using same tile set.
What i am expecting as help!
I expecting study materiel on xml and array mapping and how i can implement them in construct 2, also an example capx would be great.