WorksheetsPictoblox 3
Total questions: 10
Worksheet time: 10mins
You can NOT change the back drop of the stage
True
False
" if on edge, bounce " block means _____ ?
Continue
Stop
Go back
Jump
What will this script do?
Make character to move 10 steps towards the mouse pointer
Make character to go up and down
Make character to move 10 steps to random position
Make character to move 10 steps
Which of these would move the sprite down on the stage?
change x by 10
change y by -10
change x by -10
change y by 10
You can add your own images into your Pictoblox projects
False
True
The blocks don't need to be joined, as long as they are on the script area, they will run.
True
False
To change the appearance of a sprite we can give it a different
Style
Stage
Costume
Look
Which block of code is used to make the character say something ?
Motion
Sensing
Control
Looks
What does the Forever loop do?
Repeats the code 10 times
Repeats the code 20 times
Repeats the code 100 times
Repeats the code infinitely
What will this script make a sprite do ?
Move 10 steps then stop
Make a character dance
Move smoothly to a random position
Move smoothly to a random position forever
