Font size
WorksheetsBeginner’s Guide to Games Worksheet
Total questions: 33
Worksheet time: 19mins
What does the "bucket fill" tool do?
Erases the entire stage
Changes the color of the entire background or selected area
Draws a circle
Adjusts the sprite’s size
How can you adjust the corners of a shape in Scratch?
By using the "Eraser" tool
By clicking on the shape and dragging the corners
By using the "Resize" option
By changing the background color
What is the purpose of duplicating a sprite?
To create identical copies with similar properties
To delete the sprite
To change the sprite's size
To move the sprite to a new position
How do you set a sprite's position on the stage?
Drag the sprite manually
Enter X and Y coordinates
Use the "Duplicate" tool
Use the "Rotate" tool
What happens when you duplicate a sprite multiple times?
Why should the "Meow" sound effect be replaced?
It is not suitable for most games
It is unavailable in Scratch
It cannot be edited
It automatically loops
What happens when "Next Costume" is used without a delay?
The animation appears smooth
The animation runs too fast and looks unrealistic
The sprite stops moving
The costume changes in reverse
How can you slow down costume changes?
By adding a "Wait" block with a small delay
By reducing the number of costumes
By pausing the project manually
By increasing the sprite size
How can you add a new sprite to serve as an enemy?
Paint a new sprite or select one from the library
Duplicate an existing sprite
Drag and drop a sprite from another project
Use the "Pen Tool"
What should you do after creating an enemy sprite?
Add movement and animations for the enemy
Delete the sprite to save space
Reduce the size to 10%
Place it at the center of the stage
What does the "Move 10 Steps" block do?
Moves a sprite 10 steps in the direction it is facing
Rotates the sprite by 10 degrees
How do you make an enemy chase the player?
Use "Forever" with "Move" and "Point Towards Player" blocks
Use "Duplicate" to create more enemies
Use "Bounce" blocks
Stop all scripts
How can you prevent the enemy from visually rotating while moving?
Set rotation style to "Don't Rotate"
Use the "Wait" block
Increase the sprite's size
Use the "Hide" block
What does the "Stop All" block do?
Ends the entire game
Pauses the animation
Stops a single sprite
Deletes the project
How can you indicate that the player has died?
Use the "Broadcast" block to display a death screen
Stop the game without any message
Add a new sprite without a message
Use the "Rotate" block
What is the function of the "Broadcast" block?
Displays a message across all sprites
Hides the player sprite
Resets the game
Stops all animations
What does the "Hide" block do?
Removes the sprite permanently
Temporarily hides the sprite from view
Deletes the sprite's code
Changes the sprite's color
How do you create a death screen in Scratch?
Use the "Paint" tool to design a "You Died" sprite
Add a new sprite from the library
How do you reset the game after the player dies?
Use "Broadcast" to restart the game
Duplicate all sprites
Add a "Hide" block to every sprite
Use "Forever" blocks to pause movement
How can you add more enemies to the game?
Duplicate the enemy sprite and adjust its properties
Use the "Paint" tool to draw enemies
Reduce the player's speed
Create new costumes for the player
What happens when an enemy touches the player?
The "Stop All" block ends the game
The player gains points
The enemy disappears
The game continues
How can you track player scores in Scratch?
Use a variable to store the score
Add multiple sprites for each score point
Use "Costumes" to represent scores
Use "Broadcast" blocks
What should you do if an enemy starts at the wrong position?
Adjust the X and Y coordinates manually
Delete and recreate the enemy
Use the "Rotate" block
Duplicate the player sprite
How do you ensure that enemies face the player?
Use "Point Towards Player" blocks
Use "Hide" blocks
Change the sprite's costume
Increase the enemy's speed
What is the purpose of the "Wait" block?
To pause animations for a set amount of time
To reset the game
How can you simplify adding new features to your game?
Use duplicate and broadcast features
Start a new project for every feature
Delete unused sprites
Increase the stage size
What happens when a sprite duplicates its script?
The script applies to all duplicates
Only the original sprite runs the script
The script is deleted
The game crashes
What is the advantage of using "Forever" loops?
Ensures continuous actions like movement
Ends the game automatically
Deletes unused scripts
Adjusts sprite colors
What is the function of the "Green Flag"?
Starts the game scripts
Stops all actions
Adjusts sprite sizes
Deletes the stage
Why should you test your game regularly?
To identify bugs and improve gameplay
To avoid saving too often
To reset all sprites
To reduce the file size
What is the benefit of adding sound effects to your game?
Enhances the player's experience
Increases sprite speed
Reduces script errors
Simplifies animations
How do you prevent the game from starting before all sprites are ready?
Add a "Wait" block at the start of each script
Use the "Stop All" block
Start each sprite manually
Reduce the sprite count
What can you use the "You Died" sprite for?
To display a death screen when the player loses
To delete the player's progress
To restart the game automatically
To pause the game
