wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MakeCode Arcade onOverlap

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Ka'ena and Matthew are creating a game in MakeCode Arcade. What does the on overlap block do in their game?

a)

Runs code when two sprites touch each other

b)

Changes the sprite’s color

c)

Moves the sprite to a random position

2.

In a game project, Elias and Moises are working on making a character disappear when it collides with an obstacle. Which block should they use to achieve this effect?

a)

Destroy

b)

Overlap

c)

Remove

3.

In MakeCode, when Ascii and Ninoshka are creating a game, what does “kind” mean when they are creating sprites?

a)

A category or type of sprite, like “enemy” or “player”

b)

The color of the sprite

c)

The direction the sprite moves

4.

Marlon and Emanuel are creating a game where they need to choose a random number. Which block can they use to do this?

a)

pick random

b)

set background color

c)

destroy

5.

Aaron is creating a game and wants his character to appear in a random spot on the screen. Which block should he use?

a)

Set sprite to random position

b)

Set sprite speed to random

c)

Change sprite size randomly

6.

Micah and Emanuel are creating a game with player and enemy sprite kinds. What is an example of when they might use the on overlap block?

a)

When you want something to happen when two sprites touch

b)

When you want the sprite to change color

c)

When you want the sprite to stop moving

7.

During a treasure hunt game, King wants a hidden treasure to reappear at a new random location after it's found. Which block should King use?

a)

Set sprite to random position

b)

Destroy

c)

Overlap

8.

What happens if Marius uses the destroy block on one of his sprites?

a)

It disappears from the screen

b)

It changes color

c)

It moves faster

9.

Ja'Miyah is working on a game project and wants to move a character sprite to a different location on the screen. How can Ja'Miyah achieve this?

a)

By changing its color

b)

By editing its code

c)

By changing its x and y coordinates

d)

By resizing the sprite

10.

In a video game project Yoimelys and Angel are working on, what does "collision detection" between characters mean?

a)

Changing the color of characters when they touch

b)

Playing a sound when characters come close

c)

Determining when two characters overlap or touch each other

d)

Making one character disappear when it touches another

11.

Karla and Mila are working on a digital art project. How can they make a sprite grow or shrink in size?

a)

By changing its speed

b)

By changing its direction

c)

By adjusting its scale properties

d)

By moving it closer or farther from the screen