This is an example of the code used to place clones - in this case baby dragons and gold - in a maze for use in a game. By using clones and tables, you only need one sprite rather than multiple sprites. The three tables contains the information necessary to tell the dragon which way to face, as well as the x and y positions.