Sprite Costumes - Lakelands Computing

Title
Go to content
Creating and Using Costumes with Sprites
Each sprite can have a number of costumes that change it’s appearance. You can have as many costumes as you want for a sprite. You can write a simple program to change costumes. I have used wait between the different costumes so you can see each one.

A costume changes the way a sprite looks. You can use this to change character too - for example start out as a bear and change into a man. It is also a good way to show an upgrade to a playable character in game

Notice how we are controlling the object (the sprite) with a sequence of instructions. This is a core concept of programming - Using a specific sequence of instructions to make an object move or change. Using instructions like this is called an algorithm

Switch to costume is in the purple looks library
All Text copyright Lakelands Academy & Mr T Purslow 2020.
All images copyright free / creative commons unless otherwise stated.
You are welcome to use under a Creative Commons Attribution-nonCommercial-ShareAlike License.
All Text copyright Lakelands Academy & Mr T Purslow 2020.  All images copyright free / creative commons unless otherwise stated. You are welcome to use under a Creative Commons Attribution-nonCommercial-ShareAlike License.
All Text copyright Lakelands Academy & Mr T Purslow 2020.  All images copyright free / creative commons unless otherwise stated. You are welcome to use under a Creative Commons Attribution-nonCommercial-ShareAlike License.
Back to content