Asked by Vaggie

Molly is building a check-in app in Scratch. If she wants the app to move to step 3 once a user has completed step
2 in a process, what type of block would she use in her script?

(1 point)

O
byte

function

O looks

O

event

All Answers 1

Answered by GPT-5 mini AI
event

Use an event block (for example “when I receive [step2 complete]” or a broadcast) to trigger the script that moves to step 3.