11. Welcome

It is better not to show the Sprites for the first few seconds so that the welcome backdrop message can be easily read by the player. Can you make all the Sprites disappear until the maze appears?

Check the project bellow

Why doesn't the cat appear with the other Sprites?

As you will have noticed, it is important to put all objects in a proper initial position. To do this we can use the command

x and y are called coordinates and their values define:

  • x number how far from the center, right or left is the Sprite
  • y number how far from the center, up or down is the Sprite

If some Sprites have the same x and y numbers, then they are in the same place on the Stage, on top of each other. Click Look inside and learn how x and y coordinates work.

TODO:Schedule your items to appear at the right time and place