You successfully wrote the code to make the owl to dance! Now we will make it talk. Let’s begin!
    Choose the Looks category and you will see many blocks instruct the sprite to perform talking or thinking animation.
    image.png
    Now we will write code to make the owl say “Hello!” while dancing. So how to achieve it?
    Programming instructions are as below:
    make it talk-1.png

    • Add the Event block when clicked cc-en.png
    • Choose the Motion category and drag the block stage_sprite_move-1-en.png to Scripts area and change the number of the steps to 20
    • Choose the Sound category and drag the block play sound Meow.png to Scripts area
    • Again, choose the Motion category and drag the block stage_sprite_move-1-en.pngto Scripts area and change the number of the steps to -20
    • Add the loop block forever block.png
    • Add the block say hello for 2 seconds block.png

    You can see the programming process and results in the animation below.
    Make it talk-3.gif