Is there a way to edit XML file imported to Construct 3 with an external editor? In C2, I use Visual Studio Code which can do Emmet. It also helps close tags. T...
I have been having a blast with Construct 3. Such a fantastic engine for an artist with a little bit of coding knowledge. I was just wondering I would go about...
Excuse me, friends, this is a game from engine Construct 2. I want to thank you for tutorial tutorial that you guys gave. Some of the tutorials helped and some...
Trying to make an endless game that can load the next randomly selected "section" of the layout with the use of xml or json? If anyone has done this before or k...
Recently I just develop animation in Flash Professional CC 2015 and generate it as sprite sheet, the generated files are character.Png and character.Xml . How t...
These days I decided to try to put other languages in the game. And as I had never done that, I went looking for some tutorials. I found the following. It uses...
How to save data into XML or append data into XML and Save?
If you want to load a XML data from PHP server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the...
In my game there will be a lot of text, like 30 events: -While you're walking, you come across with a dog. -Your parents want you to stop smoking. Think about t...
In a behavior that I am creating, I have a string that contains XML data. How can I parse it and loop through each node? I was reading about using DOM, but appa...