[kml_flashembed movie="http://www.youtube.com/v/O7uyoLAKY8A" width="425" height="344" allowfullscreen="true" fvars="fs=1" /]
Tag: Scratch
Extra Task
Modify the times table program to display all twelve of the times tables. Answer after the break!
Hint: you want to repeat the times table twelve times
Scratch Revision Task Part 2
Well a few of you found this tough going, here is the solution.
You have to modify the program
- so that it uses images to show if the number is higher or lower
- It keeps a count of how many guesses you have had (Score)
Scratch revision task
You have to create a program that generates a random number between 1 and 15. The user has to make as many guesses as they need to get the correct number. To make it easier on the user, the computer will tell them if each guess is higher or lower.
- Task 1 – Design the program (Completed below)
- Task 2 – Implement the program in scratch
- Task 3 – Test the program