1 Answers
📚 Quick Study Guide: Scratch Blocks Essentials
- ➡️ Motion Blocks: These blocks control a sprite's movement, position, and orientation. Examples include
move () steps,turn () degrees,go to x: () y: (), andif on edge, bounce. They are fundamental for animating characters and objects. - 🎨 Looks Blocks: These blocks manage a sprite's appearance, visibility, and display effects. Key blocks are
switch costume to (),change size by (),show/hide,say () for () secs, andchange color effect by (). They bring visual life to your projects. - 🎵 Sound Blocks: These blocks allow you to add audio to your projects, controlling playback, volume, and effects. Important blocks include
play sound () until done,start sound (),stop all sounds, andchange pitch effect by (). Sound enhances the user experience and interactivity. - 📍 Coordinates (x, y): Remember that Scratch uses a coordinate system. X-coordinates control horizontal position (left-right), and Y-coordinates control vertical position (up-down). The center of the stage is (0,0).
- 🎭 Costumes & Backdrops: Sprites can have multiple costumes for animation, and the stage can have multiple backdrops for scene changes. Looks blocks control these transitions.
- ⏱️ Sound Control:
play sound () until donepauses the script until the sound finishes, whilestart sound ()plays the sound in the background, allowing the script to continue immediately.
🧠 Practice Quiz: Scratch Block Challenge
1. Which Motion block is used to make a sprite move a specific number of steps forward in its current direction?
A) go to x: () y: ()
B) move () steps
C) change x by ()
D) glide () secs to x: () y: ()
2. To change a sprite's visual appearance (e.g., from walking to running), which category of blocks would you primarily use?
A) Sound
B) Events
C) Looks
D) Control
3. You want your sprite to temporarily display a speech bubble with text. Which Looks block would achieve this?
A) think () for () secs
B) set size to ()%
C) say () for () secs
D) switch costume to ()
4. Which Sound block will play an audio clip entirely, pausing the rest of the script until the sound finishes?
A) start sound ()
B) stop all sounds
C) change volume by ()
D) play sound () until done
5. If a sprite reaches the edge of the stage and you want it to turn around and continue in the opposite direction, which Motion block is most suitable?
A) turn () degrees
B) point in direction ()
C) if on edge, bounce
D) go to random position
6. To make a sprite gradually get larger over time, which Looks block would you repeatedly use?
A) set size to ()%
B) change size by ()
C) grow ()
D) show
7. Which block allows you to manipulate the highness or lowness of a sound played by your sprite?
A) change volume by ()
B) set tempo to ()
C) change pitch effect by ()
D) clear sound effects
Click to see Answers
1. B) move () steps
2. C) Looks
3. C) say () for () secs
4. D) play sound () until done
5. C) if on edge, bounce
6. B) change size by ()
7. C) change pitch effect by ()
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀