NEW
Font size
WorksheetsCloning
Total questions: 10
Worksheet time: 5mins
What does cloning mean in TurboWarp?
Coloring a sprite
Making a copy of a sprite while running the project
Saving the project
Hiding the sprite
Which block is used to make a clone?
when green flag clicked
when I receive [message]
when I start as a clone
repeat until
Which block removes a clone after it is no longer needed?
hide
stop all
delete this clone
clear
Why do we use cloning in TurboWarp?
create clone of [myself v]
say hello
stop all
hide
What happens when you use create clone of [myself v]?
The sprite hides
The sprite changes size
A copy of the sprite is made
The sprite disappears
In a shooting game, bullets are best created using
Different sprites for each bullet
Only one bullet sprite with cloning
Drawing many bullets manually
A backdrop change
Which of these events is special to clones?
when I start as a clone
when space key pressed
when I receive [shoot]
when green flag clicked
What happens if you don’t use delete this clone?
The clone will disappear immediately
The clone will restart the project
The clone will stop working
The clone will stay forever on the stage
Which of these is an example of cloning?
Stars twinkling in the sky
Drawing a backdrop
Coloring a sprite
Adding sound to a sprite
If you want 10 enemies on the stage, the fastest way is to:
Draw 10 different sprites
Duplicate the sprite in the editor
Use create clone of [myself v] 10 times
Change the backdrop
