Don't know, sorry. Maybe you are sending the data in wrong order. Are you sending it with multiple AJAX requests, each array value separately? You should probably send the entire array at once, and parse all values in the gs script.
Must be this one:
construct.net/en/forum/extending-construct-2/addons-29/plugin-csv-csv2array-csv2dicti-41868
See this tutorial:
construct.net/en/tutorials/create-online-database-with-google-spreadsheet-1373
Actually, seems like you only need to add one line of code:
sheet.sort(1,false);
where "1" is the column number and false means descending order.
I don't know how to sort, but you can find the answer on stackoverflow, here are a few links:
stackoverflow.com/questions/35563652/automatic-sorting-on-sheets
stackoverflow.com/questions/32962089/google-apps-script-automatic-on-edit-sort-specific-sheets-only
I don't know, but you can't send the entire image data in url (unless the image is very small). You need to upload it somewhere and send the link to the script.
macube , Hi, do you have a Construct 2 version of this plugin? I found a post on the forum, but there is no download link.
Here is a tutorial on sending data from Construct 2/3 to Google Spreadsheet - link.
Tween behavior doesn't work in this version...
Member since 26 May, 2016