Advanced Topics: Clones | Tutorial
https://www.youtube.com/watc...Cloning lets you create multiple copies of your sprite while your project is running. When each clone is produced, it has the same costumes, sounds, scripts, and variables as the original, but is otherwise independent. Clones can work for you, saving you coding time and helping you create dynamic and interactive projects. Let’s explore how clones work and experiment with how you can use them in your projects.
Check out our printable coding cards for this video here: https://resources.scratch.mit.edu/www/cards/en/advancedtopicsclones-cards.pdf
Find the clone piano example project here: https://scratch.mit.edu/projects/1181518635
Find the balloon popping example project here: https://scratch.mit.edu/projects/1154244503
Find the fractal tree example project here: https://scratch.mit.edu/projects/1145558837
And if you need more information about some of the advanced blocks we used, see our cards and video tutorials on:
Variables and Lists: https://resources.scratch.mit.edu/www/cards/en/variablelist-cards.pdf
Conditional Statements: https://resources.scratch.mit.edu/www/cards/en/conditionalstatement-cards.pdf