[MUSIC] [SOUND] Okay, now, I'm going to talk about how we can use Scratch to create an animation to tell The Frog Prince story. In this animation, we will need two backdrops. One is blue sky, another one is woods. [MUSIC] And we'll delete the default white backdrop. [MUSIC] And we will need some sprites for the animation. Obviously we will need a princess sprite. [MUSIC] And also a prince sprite, [MUSIC] For the animation. And we'll delete the default cat sprite in the program. [MUSIC] And then we'll need to add a frog costume for the prince, because eventually the frog will turn into a prince. [MUSIC] And we want the frog to be costume number one for the prince sprite. And then I will need to click on this information icon and change the rotation style to flip instead of rotation. This means that later on when I change the direction of the prince, I'm going to flip the image instead of rotating the image. [MUSIC] And I will also need to move the prince sprite to the bottom right corner of the stage. Now, I'm going to set up the instructions for the prince sprite. These are some of the instructions that we would need for the prince sprite. When we click on the queen flag, we want to hide the prince sprite. So that at the beginning of the story, we won't see the prince. We switch the costume of the prince to a frog so later on, when the prince sprite appear, he's going to appear as a frog and we want it to point to direction 90 degrees. That means we want it to point to the right hand side initially. These are some of the instructions that we will need for the princess. When we click on the queen flag, we going to move the princess to the bottom left corner of the stage which is x = -142, y = -72. And then we are going to repeat these two instructions for ten times. That means that we going to move the princess for 15 steps, wait for 0.5 seconds, and then move another 15 steps, and then wait for another 0.5 seconds. And we're going to repeat this two instructions for ten times. This repeats block is what call a loop in a couple of program. If you want a program to repeat some instructions again, and again, then we use a loop. And the princess is going to walk across the street with this instructions. [MUSIC] For the backdrops when we click on the queen flag, we want to use the blue sky backdrop initially. After five seconds, we switch to the next backdrop, which is the wood's backdrop. And this is how the animation is going to look like after we add the instructions for the backdrops. [MUSIC] Okay now, these are the instructions that we'll need to add to the princess. When the backdrop switches to the woods, we move the princess to the bottom left corner of the stage. Wait for two seconds, and then glide the princess to this location in two seconds. And then say chill for two seconds. And this is how the animation is going to look like after we add this instructions. [MUSIC] Finally, we'll add some more instructions for the prince. When the backdrop switches to the woods, we show the price and then we wait for four seconds. We change the direction of the prince to point to the reference site and then we wait for another two seconds, switch the costume of the prince to the second costume. And this is how the animation for The Frog Prince Story is going to look like. [MUSIC]