Scratch Maze Game

Step 3 – Setting the starting point:

Go to helper imageWe need to make the sprite start at the beginning of the maze each time.

  1. Use a blue Go to block to do this. Add it right at the top of the code – you want it to happen as soon as the game loads
  2. I used X: -206; Y: 58. You might need to change this a little

If you used the advanced movement option you’ll also need to make sure that the sprite is facing in the right direction, so add a blue point in direction: 90 block as well.