School Logo
  Home       Parents       News       Pupils' Work       MA&T Programme
   

You are here MA&T Scratch

Scratch Computer Programming

Upload your projects to the Scratch Website

Scrolling Maze Red Ghost
   
Space Invaders Game
Shark Attack!
Pacman
Rolling Snowball
Scrolling X
About Me Santa

 

 

 

Click on 'Variables' - Make a Variable -call it 'timer'.
This script will count down from 30 to zero.

 

The 'stop all' block at the bottom causes all scripts in the program to stop and ends the game.

   

Click on the 'Sensing' tab and add the ask and wait block above the set timer block. The ask block lets the user input data using the keyboard. Whatever the user types in is then stored in 'answer' which is actually a type of variable.

Replace the number 30 with the answer reporter block.