Adding more levels
This recipe is all about adding additional levels to your game. We're still going to work with the maze we've been working with in other recipes, so open up the Scratch file where we left off previously.
Note that you do not have to have finished the recipe on keeping a high score list to complete this recipe. In fact, you can do this recipe without having finished anything else in this chapter! Just keep in mind that a few things may look different in our pictures, and you still need the Using the timer recipe of Chapter 4, Basic Gaming.
Getting ready
One of the first things to note when adding new levels is that there will be a few different places where we just have to add minor pieces of code.
The first thing you should do is think about what you want your maze to look like. Before we get going, make sure the stage is selected. Just as we did with making our first background, paint yourself a new background. Note that you'll want to use the same wall color to keep your...