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

#1 2007-07-25 22:15:46

Crumbnumber1
Scratcher
Registered: 2007-07-25
Posts: 13

Personal Highscore

Is there any way to make it so before the timer is restarted, it is first recorded if the highest so far and shown on the screen?

Offline

 

#2 2007-07-26 00:20:38

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Personal Highscore

Currently it is not possible. Next version of Scratch will probably have the ability to store data on-line.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#3 2007-07-28 15:28:38

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Personal Highscore

You can record the highest in a *session* pretty easily, but it will not store between sessions.

To record the highest time in a session, add a variable such as "Longesttime" and add something like this to your endgame sequence:

If time >longesttime
-  set longesttime to time


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

Board footer