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)
Responses

byte

byte

function

function

looks

looks

event

1 answer

To move to step 3 once a user has completed step 2 in her check-in app, Molly would use an event block in her Scratch script. Event blocks are used to respond to specific occurrences, such as a user completing a task.