Hi, I have to load 2 arrays into my game.
The easiest way I found is to create the arrays in the File Folder of the project manager,
then to load it into an array objet this way :
Add the AJAX object to your project.
Add the following two events:
1. On start of layout| AJAX: Request array.json (tag "yourArray")
2. AJAX|On "yourArray" completed |Array Object: Load from JSON string AJAX.LastData
But when I check the array with the debug mode, it seems all the data from the entire row are affected to the first line of the array, BUT the array seems to be resized at the right size !
I don't get it... I'm in the middle of the ludum dare game jam, i didn't use construct 3 for months, i'm getting tired and this driving me crazy.