In this add-on you will programan erase button for your project.
An erase button makes it easierfor people to use your graffiti game without havingto restart it whenever they want to draw a new picture.
Add a new sprite that will represent the button.
Scratch has icons that are designed to look like buttons.
And you can add text to them using the Costume editor.
Once you choose a button, program it to clear the screen.
Drag out the when this sprite's clicked eventso that Scratch will recognize when someoneclicks on the button.
Now, figure out what block to addto make the stage clear when the Erase button is clicked.
Here's a hint, you already usedthe block once in the core project today.
If you have trouble finding out how to complete this add-on,talk with one of your neighbors and ask for help.
Computer scientists collaborate on projects all the time.
It just makes the code even better!
Now it's your turn:create a new sprite to act as an erase button,use the when this sprite is clicked Eventto recognize when a user clicks on a button,figure out which block will help youclear the graffiti drawing, and finally,ask a neighbor for help if you get stuck.
Choose an Add-On
play_circle_filled
Picture Guessing Game
Turn your Graffiti project into a guessing game with a timer!