SCRATCH GOLD II
SCRATCH GOLD I
2 of 3

6.07 Signs

Now add signs to your world to guide players on their journey.

Your project includes a welcome sign sprite:

screenshot

The welcome sign sprite should only be visible in room 1, so add some code to the sprite to make sure that this happens:

Test the code for your welcome sign sprite by moving between rooms. The sign should only be visible in room 1.

screenshot

A sign isn’t much good if it doesn’t say anything! Add some more code to display a message if the welcome sign sprite is touching the player sprite:

sign

Test your welcome sign sprite again. You should now see a message when the player sprite touches the welcome sign sprite.

screenshot
×
×

Cart