Skip to content
Practice Sheets

icon picker
Application Based Questions

Prepared by: learnloophq@gmail.com
Last edited 10 days ago by Learn LoopHQ.

Chapter: 06. Scratch Programming Game Creation

You want to create a Scratch project where a special shape is drawn every time you click a specific spot on the stage. What sequence of blocks would you use to make the drawing start at the mouse’s click location?
You’re developing a game where a character needs to pick up items (like garbage) from the screen. How would you program the “picking up” action, so an item disappears when the character touches it and a score increases?
You want your Scratch sprite to ask the user a question, like “What is your favorite color?”, and then use the user’s typed answer in a speech bubble. How would you set up this interaction?
You want to make a beetle sprite continuously move back and forth across the stage, make a sound each time it changes direction, and also visually change color as it moves. How can you combine motion, sound, and visual changes in a continuous loop?
You have a game where a character moves between different scenes. How would you program the stage to change its backdrop and have the character appear in appropriate new positions for each scene?
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.