Font size
WorksheetsSCR1 Recap Day 2
Total questions: 7
Worksheet time: 7mins
What are coordinates used for?
To move a sprite up and down
To know the position of a sprite
To move a sprite to a specific position
To change the sprite costume
Which directions are X and Y?
X: Left & Right ; Y: Up and Down
X: Up and Down ; Y: Left and Right
X: Up and Down ; Y: Left and Down
All of the above
What are the coordinates of this ship?
X: -100 ; Y: 100
X:100 ; Y: -100
X:100 ; Y:100
X-100 ; Y-100
How can you make a bat sprite continuously flap its wings?
Using spacebar to trigger next costume
Using a forever loop and next costume
Using two sprites and hiding and showing both
Using clone and delete
How many steps will the sprite move when space key is pressed?
10
50
100
500
If I want to create a clone of myself, which two blocks do I need to have in my script?
When I start as a clone
Create clone of myself
Delete this clone
When green flag is clicked
What will you see when this code runs?
As the mouse moves, there will be clones created
There will be many clones appearing randomly
The sprite will be moving with the mouse
Nothing
