How To Make Lives And Game Reset On Scratch

Scratch Question: I'm having trouble making my game end/reset back to its original state. Posted by 6 years ago. Scratch Question: I'm having trouble making my game end/reset back to its original state. You could try using an event to reset your game. When the condition for resetting the game is met, such as winning. Feb 25, 2017 A simple tutorial to show how to create a score and cloud highscore system on Scratch.mit.edu (Recorded with (Recorded with ht.

How To Reset Game In Scratch

CATCH GAME / EDUCATOR GUIDE scratch.mit.edu/ideas SCRATCH EDUCATOR GUIDE scratch.mit.edu/ideas CATCH GAME / EDUCATOR GUIDE With this guide, you can plan and lead. A one-hour workshop using Scratch. Participants will make a game where they catch things falling from the sky. Many games have title screens, as well as levels in RPGs. Creating these are easy because they are just backdrops drawn by the creator. Sensing blocks can be added to the sprite as Wall Sensors in order for the sprite to complete missions. Title screens usually consist of one backdrop (the title and design) and a sprite (the 'start' button). Apr 17, 2014  Step 2 - Make sure you have two backdrops for your stage (The main background for your game and a Game Over. Step 1 - Create a new variable called 'timer'. Step 2 - Make sure you have two backdrops for your stage (The main background for your game and a Game Over background). Breakout Game In Scratch; Space Invaders in Scratch; Flappy Bird. How to Make a Title Screen and Levels. Show // This script is in case of a 'Play Again' button at the end of the game. If you do not have a 'play again' button.

Jul 31, 2017  In this brief tutorial I show you how to Install VSTs & Plug-Ins on a Mac - when it comes to 'installing,' it's more about putting them in the right folder/location, and here's how to do that. How to install vst plugins garageband mac. Jan 27, 2017  This video tutorial should show you how to install plugins on mac in general but in this case the Synth1 Vst. The process is the same for all other VST installations. I notice that a lot of MAC users across the net have had numerous issues when it comes to the installation of Vst plugins. VST plug-ins are probably one of the greatest things about using a digital audio workstation, in addition to the fact you can go back to your work at any time and fix whatever you have to make your song sound good. GarageBand, like many other DAWS, comes with the ability to install plug-ins and they’re fun to use. Aug 30, 2019  However, on Apple systems there is a defined plug-in folder within the system's folder structure since the first version of Mac OS X. All VST plug-in installers for Mac are using these folders: The 'Plug-ins' directories contain both a VST and a VST3 folder as well as folders for other plug-in.

How To Make Lives And Game Reset On Scratch Youtube

Scratch‎ > ‎

Scratch Make a Maze Game

Start Creating..


  • Keep your maze simple. If it is too complex the object moving through it will have to be too small.
  • Choose a maze that has lines that are all the same colors.
  • Drag it onto your desktop.
Step #2: Upload your image as your background in Scratch:


Step #3: Adjust the size of the background by using the select tool:
  • Select your maze image by dragging over it. Then you can make adjustments by moving the corners.


Step #4: Choose a sprite to move through your maze:
  • Use one from Scratch Library, Draw your own or Upload one from your computer/Internet.


Step #5: Make your sprite move using the arrow keys:
  • Drag blocks into the script area so that the arrow keys can be used to move the sprite through the maze.
  • Write a separate script for each arrow key.
  • Use the duplicate (stamp) icon to make copies and save time.

If your sprite is 'jumping around', try using the following script to stop rotation:



  • Drag it to the starting point. Notice the x and y coordinates.
  • Write a script that tells the sprite to 'go to' those coordinates when the 'green flag is clicked'.


Step #7: Stop the sprite from moving through the lines:

Option #1: You can make the sprite jump back to the start of the maze:

Option #2: Or you can make it bounce off of the lines:

  • Create a finish line in a new sprite using the drawing tool (paintbrush).
  • Create a finish line that is a different color than the lines of your maze.
  • If your maze lines are black, do not choose a black finish line.

Step #9: Create the words that will appear when you win the game:
  • Create another new sprite that says 'You Win', 'Great Job' or something like that.
  • Create a New Sprite by clicking on the drawing tool (paintbrush) in Scratch.

  • Click the 'T' for text when creating the new sprite.
  • Type the word(s) that you want to appear when someone wins the game.

Step #10: Tell your words to hide at the start of the game:
  • Write a script that tells your text sprite to 'hide' at the start of the game (when green flag is clicked).
Important: This script goes into your Text Sprite, not the sprite that is moving through the maze!


Step #11: Tell your words to show up when they receive the broadcast:
Important: This script goes into your Text Sprite, not the sprite that is moving through the maze!
  • Write a script that tells your text sprite to 'show' when it receives the broadcast 'win'. You must name the broadcast/message.
  • A broadcast/message is an invisible signal sent out to the rest of the program. You do not see the broadcast.
Step #12: Make your sprite react to the finish line:
  • In the sample below, the finish line is red.
  • When the sprite touches the red line, it goes back to the start of the maze, and sends out an invisible broadcast called 'win'.
  • This broadcast triggers the words you created above to appear on the screen.
Important: This script goes into the sprite that is moving through the maze. It does not go in the Text Sprite you created above!


(this makes your game viewable by the public)

Step #14 Post the Link to your game here.





How to add points to your maze.
Add Points - Step #1
Choose an object/sprite that can be touched to earn points.


Make your new sprite bounce back and forth in the maze.


Create a variable named 'Points' ( you can name it something else too)
A. Click on the orange 'Data' blocks.
C. Name your variable 'Points'

Add Points - Step #4
Make your points reset to '0' when the green flag is clicked.


Add Points - Step #5
Make your sprite that is moving through the maze earn points by touching the new sprite.

In this example, the squirrel touches an acorn and earns one point.
This script goes in your new sprite. In this example, this script would go into the script of the acorn.




How to Create Lives for your Sprite
You can modify the program above to record 'lives' instead of points - just name your variable 'lives' and change points by '-1' when they touch another sprite.

Other ideas for your game:
  • Add objects to avoid inside the maze (like PacMan ghosts).(see above)
  • Add objects to collect as you move through the maze. (see above)
  • Create a second level.
  • Create 'lives' that can be lost.(see above)
  • Create a timer.
  • Add sounds.

Sample Game - Rocket Maze


Scratch Maze Assessment




Mr DeBlock's Classes- Post the link to your game here