Harry potter maze! Make harry potter get to have the Award cup. How I made this project: 1. In order to make Harry move to the arrow keys, I first made a forever loop and assigned some if statements in. All the if statements say "If one arrow key is pressed, move the ball 3 steps." 2. I made the maze using a sprite. I also put a if statement saying "If the ball touched the walls, go back to the starting." 3. I made the winner cup, and when the ball touches the cup, the ball will thank you! I made an if statement saying "If the ball touches this cup, say "I won!" 4. If you want to reset, just press the space. To do this, I put a "When Space is pressed" block and put in a teleport to the beginning block. That's how I made this! If you want to use this as an example, go right ahead. Just make sure to give me credit!