TV on a Rolling Cart

Conditional Statements in Scratch: Make Interactive Projects (Part 1)

From Scratch

Conditional Statements in Scratch: Make Interactive Projects (Part 1)
5 min3rd4th5th6thTechnologyMath
access

Summary

An explainer on "if" blocks: how a project can check whether something is true (like two sprites touching) and only run certain blocks when it is -- the key to making any project actually interactive.

Viewer safety

All ages
Common Sense Media — not yet ratedIMDb Parents Guide — not yet rated

Our rating is a quick teacher-to-teacher guide — preview before showing.

Teaching resources

Discussion questions

Discussion

This video explains how "if" blocks let a project react to different conditions.

  1. What condition does the example in the video check for?
  2. What happens if the condition is false?
  3. What's an everyday "if/then" decision you make, like "if it's cold, then I wear a coat"?

Quick work-a-long

Words to know: if block, condition, true/false.

Try it: Add an if block to a sprite that says something only when it touches the mouse pointer.

Conditional Statements in Scratch: Make Interactive Projects (Part 1) — TV on a Rolling Cart