Example solution to the task "Program your character to put on his clean costume before cloning 10 times and after cloning to put on his dirty costume." :

To access the full video please subscribe to FLLCasts.com
- #1589
- 25 Mar 2020
Courses and lessons with this Tutorial
This Tutorial is used in the following courses and lessons

Keep 'em clean - remote Scratch game course
"Keep 'em clean" is a game that uses the players' real-life movement captured by a camera to control many "people" and push them towards a sink where they wash their hands! In this course, you will learn the basics of programming with Scratch, as well as using the "Video Sensing" extension to receive movement from the camera!
- 41
- 0:00
- 70

Lesson 5 - Creating costumes for your character
Introduction
In today's lesson, you will learn how to change your sprite's costume or "skin".
What can we use this for?
In our game we want a clean character to become dirty when another dirty character touches it.
We can make a separate sprite for the other character, but that would mean that the clean one must be replaced with the dirty one when touched.
When we get our hands dirty we are still the same people, just a bit dirtier on the inside. This is why today we will use a skin-changer so that the sprite is the same but it's costume changes..
- 3
- 4
- 6
- 3d_rotation 0