Changing sprite costumes
You might be asking yourself right now what costumes are. One of the great things about programming with Scratch is that often the terms used match what they mean. A costume in Scratch is an appearance for your sprite. Think of it as dressing up your sprite to look like something else. You may have only worked with the default cat sprite, and believe it or not, there are costumes involved there too!
Getting ready
When you first load Scratch, you see the cat in the default costume, as shown in the following screenshot:
This cat can also take a different look though, which is shown in the following screenshot:
Having a second costume for our sprite can come in handy when we want to give our sprite the appearance of running (or maybe even dancing, as we'll see later in this recipe).
To get started, open up a new Scratch file.
How to do it...
The following are the steps we'll need for this recipe:
Notice that above the block palette, there are three tabs. The first of these...