Now add signs to your world to guide players on their journey.
Your project includes a welcome sign
sprite:
The
sprite should only be visible in room 1, so add some code to the sprite to make sure that this happens:welcome sign
Test the code for your
sprite by moving between rooms. The sign should only be visible in room 1.welcome sign
A sign isn’t much good if it doesn’t say anything! Add some more code to display a message if the
sprite is touching the welcome sign
player
sprite:
Test your
sprite again. You should now see a message when the welcome sign
sprite touches the player
sprite.welcome sign