Snap!
Snap!
1.1)
1. What might it do?
I think it’ll create a square.
1.2) How can you change the block input so that the sprite moves in the opposite direction?
1. Add the move (10) steps block from the motion category, add the point in direction block from the
motion category. Then change the angles to –90.
2.1) Script
The sprite moved while saying “hello” above the sprite. The “forever” block made it simpler for me to
control the sprite.
3.1) What value does the x position block report to you when the sprite is?
4.1)
Block explanation:
A. Move (10) steps, this block allows you to be able to tell your sprite how many steps to move.
B. Turn (15) degrees, this block gives permission to change the angle of the sprite.
C. Clear – this block allows you to clear everything you drew.
D. Pen up, this block allows your pen to stop drawing.
E. Pen down makes your sprite continue to draw.
4.2) Does the turn block change the sprites x and/or y position?
4.3) Using these blocks, draw a square. Write the code (blocks) you used below.
Pen down, move (100) steps, turn (90) degrees.
5.2) What happens when you drag the mouse to a different part of the screen?
The sprite disappears when you drag the mouse away from the stage.
5.3) How does the program’s behavior change when you modify the go to block?
It moves 30 spaces.
6.1) D. Continuously
6.2) A. Further right on the stage
6.3) C. the sprite would alternate between saying “tiger” and “panda” forever.
6.4) A straight line.