Project 210: Maze Game

10. Make sure the game starts at level 1

You've probably noticed that the game doesn't start back at level 1 by itself. Go back into your main character's code, and tell it to load the level 1 backdrop at the start of the game.
Starting point file for this challenge

Your goal

Steps

1. Add a "when green flag clicked" block to your main character

This is found in the yellow "events" section. 

2. Add a "switch backdrop to" block

This is found in the purple "looks" section. Make sure the block says the name of your level 1 backdrop. 

3. Add a "go to start position" block

This is found in the dark blue "motion" blocks.