Worksheet 3 - Motion Blocks
π Task 1: The Floating Balloon π
πΉ Create a Balloon Sprite that slowly moves up and down continuously using Glide inside a Forever loop.
Steps:
1οΈβ£ Add a Balloon sprite and set its starting position using Go to X-Y.
2οΈβ£ Make it move up using Glide 2 secs to (same X, Y+50).
3οΈβ£ Then make it move down using Glide 2 secs to (same X, Y-50).
4οΈβ£ Place these inside a Forever loop so it keeps floating.
βοΈ Question: What happens if you change the time in the Glide block?
π Task 2: The Spinning Fan πͺοΈ
πΉ Create a Fan or Windmill that rotates continuously using the Turn and Forever loop blocks.
Steps:
1οΈβ£ Download and upload the fan sprite from the given link. https://drive.google.com/file/d/1h663U0wI9OzF5MzU6_EygCA3yAavYXPd/view?usp=sharing
2οΈβ£ Use the "Turn β³ 15 degrees" block.
3οΈβ£ Place it inside a Forever loop so it spins endlessly.
βοΈ Question: What happens if you increase the number of degrees in the Turn block?
π© Submission:
- Take a screenshot of your project and send it to the group.
- Also, send the Scratch project link.
π Happy Coding! π