Font size
WorksheetsColor Wheel Segment – Timestamped Multiple-Choice Test
Total questions: 25
Worksheet time: 13mins
What is the focus of this lesson?
Creating a new sprite from scratch
Building the sixth game illusion using Color Wheel Segments
Learning how to animate a ghost
Designing a custom backdrop
How does AI instruct you to begin the lesson?
By creating a new project
By loading a template file from your computer
By drawing a vector image on the stage
By duplicating an existing game
Which template file is loaded for this lesson?
06 Color Wheel Segments
03 World Spiral V1
Optical Illusion Game
Ghostbusters Game
After loading the template, what is AI’s next instruction?
Start coding immediately
Review the sprites and stage
Change the backdrop color
Delete unnecessary sprites
How is the stage backdrop described in this template?
A colorful gradient
A black rectangular vector image
A photographic image
A patterned design
What is the name of the main sprite used in the project?
Frame
Wheel
Segment
Color
What two colors are mentioned as part of the wheel sprite?
Black and white
Blue and green
Black and red
Yellow and purple
Why does Al want to add a color effect to the wheel sprite?
To create transparency
To produce vibrant effects using strong colors
To blend the sprite with the backdrop
To make the sprite invisible
What does Al say happens if you try the effect with just black and white?
You get a very vibrant display
The effect does not work at all
You only get a vague tint
It creates a glitchy animation
What does Al do on the stage before adding further code?
Changes the backdrop to a new image
Adds his “usual” property code to position and orient the stage elements
Deletes all sprites
Creates a new background variable
What does AI suggest if you started the course in the middle?
Skip the initial lessons
Go back to the beginning to understand the basics
Change the code entirely
Use a different template file
Which variable does AI create first for this project?
Color Rate
Spin Speed
Count
Animation Speed
What is the purpose of the Spin Speed variable?
To control the color of the wheel
To determine how fast the wheel rotates
To adjust the size of the wheel segments
To control the cloning speed
Which variable is created second?
Whirl Rate
Color Rate
Clone Count
Spin Angle
How does AI modify the variables for user control?
He hides them from view
He turns them into sliders
He locks them to a fixed value
He assigns them random values
What slider range is set for the Color Rate variable?
0 to 100
0 to 200
–15 to 15
–200 to 200
What slider range is set for the Spin Speed variable?
0 to 15
–15 to 15
–30 to 30
0 to 100
When “Begin Game” is received, which property is set for the Wheel sprite?
It is hidden immediately
It is moved slightly higher on the Y-axis (above the sliders)
It is rotated 90 degrees
It changes its costume
What does Al do immediately after setting up the stage properties?
He initializes the Spin Speed and Color Rate variables to 0 and shows them as sliders
He duplicates the Wheel sprite
He changes the backdrop color
He starts the animation repeat loop
Which new variable is created for cloning purposes?
CloneID
Count
SegmentNumber
Spin Count
How is the Count variable used in the project?
It assigns a unique number to each clone
It determines the rotation angle of the wheel
It adjusts the color effect on the wheel
It controls the overall speed of the game
How does AI ensure each successive clone appears on top of the previous one?
By hiding previous clones
By sending each clone forward by the Count variable’s value
By adjusting the transparency of each clone
By changing the clone’s size
How is the turning animation of each clone controlled?
Every clone turns at a fixed rate
Each clone’s turn rate is calculated by multiplying its Count value with the Spin Speed slider value
The clones rotate randomly
The turning is controlled by a separate timer variable
How is the color effect applied to each clone during the animation?
It is set to a fixed value
It is calculated using the Color Rate variable in a similar way as the Spin Speed
It changes randomly
It is adjusted manually through the interface
What visual effect is observed when you adjust the Spin Speed slider during the animation?
The clones change their size dramatically
Each clone rotates at a different speed, creating a beautiful optical illusion
The clones change color randomly
The background becomes animated
