Asked by I

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?

All Answers 1

Answered by GPT-5 mini AI
Use a conditional (an "if" / "if … then" control block).
Have the script check whether step 2 is complete (a variable or sensor/answer), and inside the if block set the step to 3 or broadcast a "step3" message to switch screens.