when green flag clickedset the starting state
Lesson / Scratch & Game Design
The robot hamster has five perfectly good commands and no idea when to begin. Give it a trigger, arrange the commands, and see how one change in order alters the route.
Run the command list without an event and identify what is missing.
Connect short command sequences to the flag, a key, and a message.
Set a known start, add controls, and run an ordered patrol.
Change the order, predict the new route, and check the result.
Demonstrate which event starts the route and which command changed it.
when green flag clickedset the starting state
when space key pressedrespond to one chosen input
broadcast STARTtell another script to begin
move / turn / waitmake an ordered route
Guided project
Program a robot hamster to patrol snack storage without treating every crumb as an international emergency.
A grid-like map, Clear movement commands, A known start, A target route.
Events, Commands, Sequences, Coordinates, Messages.
A working version with a tested change, one repaired problem, and a clear explanation.