Based on the idea of
[HTML5] Leaderboard in Google Spreadsheet
By Gurigraphics
http://community.stencyl.com/index.php/topic,51126.0.htmlSponsored by GameDev408
What's different ?- It also works on desktop ( and maybe IOS and ANDROID)
- It supports more than the top 10 scores
- It supports multiple sheets. ( example a Weekly, Monthly and Alltime sheet)
Tips and Tricks- Limit the number of rows in the spreadsheet
- Also have weekly, monthly leaderboard
In the "Script Editor",
Go to "Edition" (Tool ?) -- Triggers from this project
Click on "Add a trigger" on the bottom left
Choose for the function
" RunEveryWeek'
Choose the source of the event
"hourly event"
then choose the weekly interval, etc .
TO BE CONTINUED ...