Hi,
Is it possible to use XML with construct 2 to store information?
For example I need to do a game where kids need to match images to the right place. My idea was to have more than one image for each position, so that only one of them (randomly) was loaded each time the game started, in order to have differente sets of images every time.
I imagine I can put them all in the project in an array, or something, but the problem would be that they all had to be loaded I guess. So if it was possible to select images from a XML database these would be loaded only when they were requested.
Also these images need to have some related text, so my idea was to have a XML file with links to the images and respective text and then import them from there each time the game started.
Thanks
Fil