Book Image

Scratch 2.0 Beginner's Guide: Second Edition

By : Michael Badger
Book Image

Scratch 2.0 Beginner's Guide: Second Edition

By: Michael Badger

Overview of this book

Table of Contents (18 chapters)
Scratch 2.0 Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – creating drum sound effects


Let's try our hand at creating a drum effect that plays on the punchline of the dog's joke. We'll create the dog's joke in the next Have a go hero exercise:

  1. From the Sound palette, drag the set tempo to () bpm block to the script area, but do not attach it to an existing stack of blocks. Change the bpm value to 150.

  2. From the Sound palette, add a play drum () for () beats block. Use the block's default value (a snare drum for .25 beats).

  3. Snap the rest for () beats block from the Sound palette to the script and change the value to .4.

  4. Add two more play drum () for () beats blocks, leaving the drum value set to one. Change the beats value to .1 for both.

  5. Add another play drum () for () beats block to the end of the script and change the drum value to 4 (Crash Cymbals). Set the beats value to .5.

  6. Click on the stack of blocks to listen to the effect.

Feel free to tweak the values and experiment with the sound.

What just happened?

By arranging three blocks...