Disappearing Badguy

Disappearing Badguy

Assessment

Interactive Video

Computers

7th Grade

Easy

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the function we are setting up in the game?

To change the background color

To make the game characters dance

To increase the speed of the game

To detect when a missile hits a bad guy

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'touching' function calculate?

The distance between two players

The speed of the missile

If a missile is close enough to hit a bad guy

The color of the bad guy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the 'touching' function returns true?

The player loses a life

The game pauses

The bad guy and missile are removed

The game restarts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the while loop in the game?

To pause the game

To change the game level

To continuously check for collisions between missiles and bad guys

To make the game characters jump

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a collision is detected in the while loop?

The player gains a point

The game speeds up

The game changes color

The bad guy and missile are deleted