Hello everyone,
I'm creating a memory matching game for kids using many different images.
The problem is that I need to randomly pick card images from an online png database and make them appear as cards at startup. Moreover, the file giving the image's URL has to be easily to modify because someone else will update the image databse once i've finished the game.
I've tried to append the image's URL using the AJAX, XML and CSV plugins (and also the URL to Image plugin) but I cant get it to work properly, mainly because importing files with ajax is more complicated than I thought.
What do you guys think about this ?
Should I use AJAX and XML/CSV ? Should I use an array to stock the URL strings ?
I'm quite lost now that I've seen the many tutorials on Scirra and Stack Overflow forums : it seems that there are many methods to use a database-like file in Construct 2 and I dont know wich one would be the more optimized for images (and easy to manage).
Any ideas ?