wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Cloning

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does cloning mean in TurboWarp?

a)

Coloring a sprite

b)

Making a copy of a sprite while running the project

c)

Saving the project

d)

Hiding the sprite

2.

Which block is used to make a clone?

a)

when green flag clicked

b)

when I receive [message]

c)

when I start as a clone

d)

repeat until

3.

Which block removes a clone after it is no longer needed?

a)

hide

b)

stop all

c)

delete this clone

d)

clear

4.

Why do we use cloning in TurboWarp?

a)

create clone of [myself v]

b)

say hello

c)

stop all

d)

hide

5.

What happens when you use create clone of [myself v]?

a)

The sprite hides

b)

The sprite changes size

c)

A copy of the sprite is made

d)

The sprite disappears

6.

In a shooting game, bullets are best created using

a)

Different sprites for each bullet

b)

Only one bullet sprite with cloning

c)

Drawing many bullets manually

d)

A backdrop change

7.

Which of these events is special to clones?

a)

when I start as a clone

b)

when space key pressed

c)

when I receive [shoot]

d)

when green flag clicked

8.

What happens if you don’t use delete this clone?

a)

The clone will disappear immediately

b)

The clone will restart the project

c)

The clone will stop working

d)

The clone will stay forever on the stage

9.

Which of these is an example of cloning?

a)

Stars twinkling in the sky

b)

Drawing a backdrop

c)

Coloring a sprite

d)

Adding sound to a sprite

10.

If you want 10 enemies on the stage, the fastest way is to:

a)

Draw 10 different sprites

b)

Duplicate the sprite in the editor

c)

Use create clone of [myself v] 10 times

d)

Change the backdrop