How To Make Lives And Game Reset On Scratch

How To Make Lives And Game Reset On Scratch Rating: 5,6/10 7094 votes
  1. How To Make Lives And Game Reset On Scratch On Pc

A countdown is a timer that reports how much time is left until an event will occur. Projects can also have countdowns too. Here's how to make one. Within the scope of this tutorial, the timer is counting down to an event at a specific date measured in days. Programming Games in Scratch Below are some handouts for an activity that teaches how to program some simple mini-games in Scratch. Scratch is a great educational tool for teaching simple programming concepts to kids. The first game is an introduction to Scratch. It includes step-by-step instructions on how to make a simple game and tries to. Decreasing the number of lives. During the game, events will occur (such as collisions) that will mean the player should lose a life. You add this in the actions for the event that has caused the player to lose a life. When all lives are lost, you will want the game to end.

Jul 08, 2016 I have made a game that after the timer reaches 60 the game ends. Brief description: I have made it so that after the timer resets after 60 seconds. I have made all other aspects of the game reset at this point. The one thing I can't find how to reset is the score. What I'm having trouble with: I'm having trouble with resetting the score.

And macOS 10.15 (Catalina) has strengthened the security and privacy even further and requires additional permissions to be given to TeamViewer in order to control your Mac. Without this access, TeamViewer users connecting to macOS 10.14 or higher will only. Mar 21, 2014  Jesus Vigo walks through the steps of connecting remotely to OS X and iOS with TeamViewer. Ensure the Remote Control radio button is selected. TeamViewer Host is used for 24/7 access to remote computers, which makes it an ideal solution for uses such as remote monitoring, server maintenance, or connecting to a PC or Mac in the office or at home. Install TeamViewer Host on an unlimited number of. Mar 22, 2018  I've got a Macbook and once in a while I use Teamviewer to control my home computer (Windows 10) while I'm away. It's worked in the past but suddenly I can view but not control my home computer. I've tried the reverse and I can control my Macbook from my home computer. I've checked settings and as f. Teamviewer cant control mac os download.

We don’t know for what reason you decide to uninstall Paragon NTFS, but if you encounter problems in uninstalling this software, we would like to share some useful information to help you out. Let’s get started.Uninstalling most apps on Mac OS X is much easier than on Windows. Tuxera ntfs full.

How To Make Lives And Game Reset On Scratch On Pc

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