Page 1 of 1

Create a ranking in a game

Posted: Thu Feb 27, 2014 12:18 pm
by brainlessGames
Hello guys

I'm new in this forum and working with LiveCode platform.

I'm ate the moment creating a game, but i don't know who to make a raking list with the best scores.

By the way how i can add a counter that start for example at 20 seconds and when reach 0 stops the game.

Thanks

Re: Create a ranking in a game

Posted: Thu Feb 27, 2014 3:59 pm
by BvG
For ranking:
sort command -- sort allMyScores numerical descending

for countdown:
the seconds
the milliseconds
send in time

Re: Create a ranking in a game

Posted: Mon Mar 03, 2014 4:58 pm
by Newbie4
There are some ideas for timers here:
https://sites.google.com/a/pgcps.org/li ... ome/timers