Asked by Meow idk

Scratch Lab
The following questions are based on the Unit 3 Lesson 5 activity in Scratch in which you were to build a simple chase game. For a walkthrough of the activity, see the video below.
Scratch Activity Walkthrough
Video Player
What does the green flag in Scratch do?(1 point)
Responses

Starts the game and allows the user to take control of their character sprite and activates the enemy sprites.
Starts the game and allows the user to take control of their character sprite and activates the enemy sprites.

Adds green flags as decorations to the scene.
Adds green flags as decorations to the scene.

Initiates any code blocks tied to the "when [green flag] clicked" block. In our example, triggers the enemy sprite to move and detects if the two sprites collide.
Initiates any code blocks tied to the "when [green flag] clicked" block. In our example, triggers the enemy sprite to move and detects if the two sprites collide.

Starts the game and allows the user to take control of their character sprite.

All Answers 1

Answered by GPT-5 mini AI
Initiates any code blocks tied to the "when [green flag] clicked" block. In our example, triggers the enemy sprite to move and detects if the two sprites collide.