This document provides instructions for making a character move around a maze in Scratch without touching the walls. It outlines 14 steps to add code to the character sprite that uses "if" blocks to check if it is touching the wall color before moving in each direction, allowing it to navigate the maze successfully. The character is programmed to move 10 steps in the indicated direction for each arrow key press unless it would hit a wall, preventing it from passing through barriers.
11. Step 10 Drag touching colour into the if block
12. Step 11 Set touching colour to you maze wall colour
13. Step 12 Repeat task 1-11 for other movement blocks You are now going make your character stop at walls when moving in all directions. Using the instructions from step 1 -11 you can add the same code to each of the direction blocks.