### INSTRUCTION IN ENGLISH ### This project provides a reusable sprite which realizes two shared (cloud) time-based ranking boards for showing total results and recent results (in 14 days). You may use the sprite in your project by Backpack / Export / Remix. The two buttons contain sample code to use the sprite. ### IMPORTANT NOTICE ### If you copy the sprite by Backpack or Export, please make the 8 cloud variables with the names (Fragment1, Fragment2, ..., Fragment8) by hand in your project BEFORE importing the sprite. ### NOTE ### This project is an enhanced version of https://scratch.mit.edu/projects/304592969/ Each leaderboard can store about 250 letters at maximum. Upper letters will be converted into lower ones when loading the leaderboard. I'm glad to resue this mechanism in your projects!
### 使い方 (INSTRUCTION IN JAPANESE) ### このプロジェクトは時間で競い合う2種類の共有(クラウド)のランキング表を実現するスプライトを提供します。片方は全結果を、もう片方は14日間以内の最近の結果を表示します。あなたのプロジェクトでも、バックパック・書き出し(エクスポート)・リミックスで、このスプライトを使えます。下にある2つのボタンにサンプルスクリプトが入っています。 ### 注意事項 ### もし、バックパックか書き出し(エクスポート)を使う場合は、あなたのプロジェクトにこのスプライトをコピーする前に、自分のプロジェクトでFragment1, Fragment2, ..., Fragment8 という名前の8個のクラウド変数を作ってください! ### 備考 ### このプロジェクトは の改良版です。各ランキング表は最大で約250文字まで保存できます。ランキング表を読み込むときに、大文字は小文字に変換されます。 みなさんのプロジェクトで使っていただけることを楽しみにしています。