Yea , the construct arrays are 3D, you cant have 10,5,0 , it will have no dimension then.
needs to be a 10,5,1
anyway forget about what i said above using the converters i tried a few ways a couldn't do it.
im sure you can do it but its probably a bit complicated for the likes of us
why cant you drop all your values in a json array in construct 3 wouldn't that be easier ?
in the project tree
under objects
add ajax object (need this to load arrray later)
add array object (this allows you to use arrays in the game)
then at the bottom under files add an "array" file
this adds an array json to your project but think of this as a separate file to your game that you have to load into the array later.
if you click on the file you can see it as a spreadsheet
then you can put all your data into this array , you can even take advantage of the 3d aspect
then you will have to load this json into an in game array at runtime
on start of layout
ajax request the json array
the on ajax completed load the json array into the game array
then the game can use it
sorry the wife is shouting up the stairs at me we are supposed to be going out now better go or there'llbe trouble..