Example solution to the task "Using the repeat block, program your character to be cloned and moved to a random position 10 times."

To access the full video please subscribe to FLLCasts.com
- #1585
- 24 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 4 - Repeating actions and cloning sprites
Introduction
It is interesting with just one character, but to have an actual game, we need to have more than one in order to have clean and dirty hands!
But how can we do that? Do we copy the sprite 10 times? Is there not a smarter option?
First, as a rule, you need to know that we never repeat anything ever. This is a universal rule that will help you make beautiful and optimal programs! Now you will learn about the first tool that can help you evade repetitions!
- 3
- 5
- 6
- 3d_rotation 0