This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-02-04 11:50:40

Magnemite
New Scratcher
Registered: 2013-02-04
Posts: 3

High score system

Hello are there someone who can helps me to create a highscore system in scratch?

Offline

 

#2 2013-02-04 12:29:20

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: High score system

That isn't currently possible, however, when Scratch 2.0 comes out, you can use a cloud list to track highscores.


Why are the secret organizations getting all the attention?  mad

Offline

 

#3 2013-02-04 12:32:31

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: High score system

You'll have to wait for scratch 2.0 if you want to do a system where it will remember highscores. In scratch 2.0 there will be a type of variable called cloud variable, this type of variable is stored in the cloud rather than in your file and can remain even when your project is not running, this way you could make it so that it only changes it if score is higher than highscore or (i'm not sure about this one) you might be able to make cloud lists and then add all scores when the game ends to the list.

Offline

 

#4 2013-02-04 13:54:56

Magnemite
New Scratcher
Registered: 2013-02-04
Posts: 3

Re: High score system

can you show me how I create a cloud list to track highscores?

Offline

 

#5 2013-02-04 14:03:06

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: High score system

I don't think you can do it yet on the online beta (http://beta.scratch.mit.edu/projects/editor/?tip_bar=home) but I may be wrong, or it may be updated in the future or you may have to wait until it is downloadable.

Offline

 

#6 2013-02-04 15:20:10

Magnemite
New Scratcher
Registered: 2013-02-04
Posts: 3

Re: High score system

what about if i woulde like to show my score when the game ending.

Offline

 

#7 2013-02-04 15:40:41

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: High score system

At the start of the game use the hide variable block on the varibale 'score' and then at the end of the game use the show variable block to show it again.

Offline

 

Board footer