Add other people to your world who your
sprite can interact with.player
Switch to the person
sprite.
Add some code to the
sprite so that the person talks to the person
sprite. This code is very similar to the code you added to your player
sign
sprite:
Allow your
sprite to move by adding these two blocks in the person
else
section of your code:
Your
sprite will now move, but will stop to talk to the person
sprite.player
Add code to your new
sprite so that the sprite only appears in room 1. The code you need is exactly the same as the code that makes the person
sprite only visible in room 1.sign
Make sure you test out your new code.