Hi,
Long story short, I was asked to create a dynamic back-end for a game developed in Construct2 either by using xml or a database.
I realise that i can load text from a xml file into a text box in the game through Ajax requests which means I can easily change or read the problem statements from the xml. However, as far as I'm told there is no direct way to dynamically change a game's structure.
For instance, consider a game divided in 6 chapters where you have a small drag-and-drop game chapter 4 but when you change your problem statement / read a different xml you actually want that mini-game to show in chapter 2. Is it possible to do this with a dynamic approach or would i have to edit it in C2?
I'm sort of new to Construct so i may not be aware of its full capabilities. Any help would be appreciated.