NEW
Font size
WorksheetsExploring Sound in Scratch Animation
Total questions: 7
Worksheet time: 4mins
What is the first step to add a sound effect to a sprite in Scratch?
Click on the "Costumes" tab
Click on the "Sounds" tab
Click on the "Scripts" tab
Click on the "Backdrops" tab
Which block would you use to play a sound until it finishes in Scratch?
"play sound [sound] until done"
"start sound [sound]"
"stop all sounds"
"change volume by (10)"
How can you record a custom sound in Scratch?
Use the "Choose a Sound" option
Use the "Record" button in the Sounds tab
Use the "Import" button in the Costumes tab
Use the "Add Extension" button
If you want a sound to play continuously in a Scratch project, which block should you use?
"play sound [sound] until done"
"start sound [sound]"
"forever" loop with "start sound [sound]"
"repeat until" loop with "stop all sounds"
How can you control the volume of a sound in Scratch?
Use the "change volume by (10)" block
Use the "set pitch to (100)" block
Use the "change tempo by (20)" block
Use the "set size to (100)%" block
Which block would you use to stop all sounds in a Scratch project?
"stop all sounds"
"stop script"
"stop all"
"stop other scripts in sprite"
When would you use the "set volume to (100)%" block in a Scratch project?
To change the pitch of a sound
To adjust the speed of an animation
To set the sound volume to its maximum level
To loop a sound clip
