Discuss Scratch

OHARRIMAN
New to Scratch
1 post

Hide and Seek

Hi! I am new to Scratch and I can not figure out how to end the game when it comes to a certain time. Also is there a way I can show a scoreboard?
Thank You!
coding4life22
Scratcher
66 posts

Hide and Seek

Okay, When you want to end the game do this at the end of the game -
broadcast [end game]
And to show a score board you have to use cloud data which New Scratchers


“We believe in ordinary acts of bravery, in the courage that drives one person to stand up for another.” -Divergent








DominoDragon1
Scratcher
1000+ posts

Hide and Seek

Referring to the scoreboard question, it really depends on what type of scoreboard you are trying to make. Will it be the highscores of a single person, and they try to beat their own scores, or are you thinking of a scoreboard of all the scratchers?
If it is just a local scoreboard, you can use a list, and have the player's scores show up in the list. Then click the box next to the list to have it appear on the screen.
If you are wishing to have a scoreboard for all the different scratchers, you will have to use cloud data, which is only available to accounts with the “scratcher” status.

Please respond if any of this does not make sense and/or you wish me to explain more.

There are 10 kinds of people in the world, those who know binary and those who don't. “And those who think they do but are still waiting on 8 more people.” (Sigton).
DaEnderBoss
Scratcher
73 posts

Hide and Seek

OHARRIMAN wrote:

Hi! I am new to Scratch and I can not figure out how to end the game when it comes to a certain time. Also is there a way I can show a scoreboard?
Thank You!
Hello! One way you can stop the game at a certain time is by doing this,
when green flag clicked
reset timer
forever
if <(timer) > [Whatever you want]> then
broadcast [ End game]
end
end
or instead of the broadcast block, you can have this.
stop [ all]

Powered by DjangoBB