And how am I supposed to help without seeing the error? :)
Try again from scratch, make sure to closely follow the tutorial. If it still doesn't work, create a new post on the forum, include your project file and error message and tag my username, I'll see what I can do.
Is "AJAX Send" inside the For Each loop? It needs to be outside. Inside the loop you add all array elements into one string, which at the end should look something like this:
"?name1=Joe&name2=Pete&name3=Mary" (names can be URL-encoded)
Then send this string with AJAX once.
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 Last online 22 Dec, 2024