Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I create a scoreboard that ends the game when it reaches 1000?
- Jedi_Edrich
-
11 posts
How do I create a scoreboard that ends the game when it reaches 1000?
I need help with this script. Can anyone help me? How do I create a scoreboard that ends the game when it reaches 1000?
- macandcheese
-
87 posts
How do I create a scoreboard that ends the game when it reaches 1000?
I need help with this script. Can anyone help me? How do I create a scoreboard that ends the game when it reaches 1000?
Try this:
1st: Create a variable called ‘score’ or ‘points’ or whatever your scorekeeping method is.
2nd: Copy this script:
This is resetting the score at the beginning of the game, then telling it to stop when it reaches 1000.
If this helped you any, Please check out my page and love it and fave my projects-It is my dream to be featured!
- zozobozo99
-
2 posts
How do I create a scoreboard that ends the game when it reaches 1000?
How can I make it so that the scores get registered? Like if you're supposed to hit a target.
- BF10
-
500+ posts
How do I create a scoreboard that ends the game when it reaches 1000?
Please do not necrobump and instead make your own thread. How can I make it so that the scores get registered? Like if you're supposed to hit a target.
- EnderScout_77
-
100+ posts
How do I create a scoreboard that ends the game when it reaches 1000?
You forgot to add a forever after the flag. AND STOP ADVERTISING!I need help with this script. Can anyone help me? How do I create a scoreboard that ends the game when it reaches 1000?
Try this:
1st: Create a variable called ‘score’ or ‘points’ or whatever your scorekeeping method is.
2nd: Copy this script:This is resetting the score at the beginning of the game, then telling it to stop when it reaches 1000.
If this helped you any, Please check out my page and love it and fave my projects-It is my dream to be featured!
- BF10
-
500+ posts
How do I create a scoreboard that ends the game when it reaches 1000?
This thread is already too old and probably solved.You forgot to add a forever after the flag. AND STOP ADVERTISING!I need help with this script. Can anyone help me? How do I create a scoreboard that ends the game when it reaches 1000?
Try this:
1st: Create a variable called ‘score’ or ‘points’ or whatever your scorekeeping method is.
2nd: Copy this script:This is resetting the score at the beginning of the game, then telling it to stop when it reaches 1000.
If this helped you any, Please check out my page and love it and fave my projects-It is my dream to be featured!
- Aboot4
-
100+ posts
How do I create a scoreboard that ends the game when it reaches 1000?
Let's say you want to make a game where the player scores a point if they press the space bar, and you want it to stop at 1000. Here's what you do:
Understand?

- catonamat
-
5 posts
How do I create a scoreboard that ends the game when it reaches 1000?
How would I use a sprite as a scoreboard like in flappy bird please tell me
- deck26
-
1000+ posts
How do I create a scoreboard that ends the game when it reaches 1000?
Please start your own topic. How would I use a sprite as a scoreboard like in flappy bird please tell me
- Discussion Forums
- » Help with Scripts
-
» How do I create a scoreboard that ends the game when it reaches 1000?