WorksheetsCS First Game Design Review
Total questions: 20
Worksheet time: 10mins
Which stack will the sprite follow the mouse when clicked?
Stack A
Sack B
What will happen when you touch the Goal?
Go to the mouse pointer
Stop the game
Go to x -200 y -135
Say 'You Win!!' for 5 seconds
My sprite is not moving when I push the right arrow. What is wrong with my code?
Change the turn block to a move block
Change the space key in the event block to a right arrow key
Take the not block out of the repeat until block
Nothing needs to be changed
When I press the up arrow key my sprite should move up, but nothing happens. What is wrong with the code?
Click the green flag
Check the key pressed block, it should say up arrow.
Change the change y block to a move block
Change the change y by 50 to change y by -50
What happens when the sprite touches the bananas?
Spins around
Changes color
Disappears
Says You Won! for 2 seconds
Which block is an event block?
Which block will change how your sprite looks?
Which category will have blocks that move your sprite?
Looks
Motion
Events
Control
What category will you find blocks that allow your sprite to speak?
Motion
Looks
Control
Sensing
What category will you find the block 'when this sprite is clicked?
Motion
Looks
Control
Events
What will happen when this code is run?
The sprite will turn once
The sprite will turn 15 degrees
The sprite will move forward
The sprite will spin around until stopped
What happens when the sprite touches the bananas?
Nothing
The sprite says Yum
A sound plays
What happens when the sprite touches the Butterfly?
Nothing
The sprite says Yum
A sound plays
Which block will move your sprite up and down?
Which block will move your sprite left or right?
In the code above, which block tells the sprite to bounce off the edge?
Which block tells the sprite to do this forever?
What is the event that will start the program?
Which block would you use to add sound to your game?
What block would you used to change the backdrop?
