Test your player
sprite again. Do you see that it can walk through the light grey walls?
To fix this, you need to make the
sprite move back if it touches a light grey wall. Here’s the code you need to add inside your player
forever
block below the direction blocks:
Try to make the
sprite move through a wall. If your new code works, this shouldn’t be possible.player