Move in different directions - Combine move blocks and set direction blocks
Project “Help Santa!"
Many gifts are falling from the sky.
The player will use the left arrow key and right arrow key to move the sled to catch gifts.
If the player catches a gift, the player will gain 1 point.
If the player reaches 10 points, the player will win the game.
No code project - Sprites only: https://scratch.mit.edu/projects/465615630/
Santa image: https://www.flaticon.com/free-icon/santa-claus_667619?related_item_id=667619&term=santa
Sled image: https://www.flaticon.com/free-icon/sled_288529?related_item_id=667619&term=santa
forever: make the sprite always move when the player presses the arrow keys
point in direction helps the sprite turn to the correct direction (left = -90 and right = 90.) You can use the arrow to change the direction instead of memorizing these numbers.
move 10 steps help the sprite moves
Rotation style controls which directions a sprite can face in.
There are three rotation styles:
All Around rotation style (default) points the sprite in the direction it is facing. However, this will make the sprite appear upside-down if it is facing left.
Left-Right rotation style flips the sprite right or left.
Don't Rotate rotation style will not change the sprite direction.
change y by () block moves the sprite vertically.
change y by a negative number means moving down.
Complete your game.
You are encouraged to upgrade your game with your ideas.
You can refer to the following suggestions:
Create background music for the game.
Create a countdown timer for the game.
Create different kinds of gift and players will get earn more point when collecting the bigger gifts.
Submit your project by using the following form.