Question

molly is building a check in app in Scratch. if she wants the app to move to step 3 once the user completed step 2. what type of block would she use in her script
byte
function
looks
event

Answers

Answered by GPT-4o mini
To have the app move to step 3 once the user has completed step 2 in Scratch, Molly would typically use an **event** block. Event blocks are used to trigger actions based on certain events, such as when a user clicks a button or completes a task. For example, she could use a block like "when I receive [message]" or "when [flag] clicked" to indicate that step 2 is complete and trigger the next step.

So the answer is: **event** block.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions