With the XML template in Construct2, I try to display the price of the book. When I use XML.NumberValue, I lost the decimal part of the number.
I know I can use the XML.StringValue but I think it's a nonsense.
When I use the <Run Layout> button to test my game, the <Starting Preview> take 30 seconds. I wonder how I can find out why it's so long to compile the game. Is there a way to show what the program is doing (on screen or a log file)?
Take a look on Reddit:
http://www.reddit.com/r/gameideas
Develop games in your browser. Powerful, performant & highly capable.
Check example:
https://www.scirra.com/tutorials/1167/layertocanvascanvastolayer-example
Since there is no way to declare a Data Structure to group the variables in Construct 2, I use objects (text), declare them Global and add the instance variables that I need. What do you think about using this technique?
That worked! Thanks.
The problem is that the File Parameter for the Ajax Request function is a drop down menu:
I split the levels configuration in different XML files. The problem is that I will have 100 different levels (and XML files) and I don't want to copy the same line of code 100 times.
I want to dynamically change the name of the XML file that I want to read.
I'm looking for an example of the new Local Storage plugin. Do somebody tried it?