Open scratch and make a variable ‘Points’. Every 2 seconds, add 1 to the value of Points. When the user clicks the Sprite, reset Points to 0.
Answers
Answered by
1
idk i dont ,liked computer science
Answered by
1
Every 2 seconds, add 1 to the value of Points.
When the user clicks the Sprite, reset Points to 0.
Explanation:
- Open your saved game project in Scratch.
- Select the player sprite.
- From the Variables palette, click Make a Variable.
- Type score as the variable name. Click OK.
- Open the saved game project in Scratch.
- Select the sprite that you will use to track the time (it might be the player).
- From the Variables palette, click Make a Variable.
- Type timer as the variable name. Click OK.
Similar questions