We need to write the sentence "if the player touches the goal, then load the next level" in Scratch language. Grab an if-statement block. It's okay to add this right underneath the last if-statement block you made.
We want to send the player back to the start of the new maze. Grab the blue motion block "go to random position" and change it to say the name of your start sprite.
We usually wake code up with the "when green flag is clicked" block, but not this time. Let's instead only have the code run when the backdrop hears the message "next level."
The "when I receive the message" block is inside the yellow "events" section.