0% found this document useful (0 votes)
192 views

Aquarium

This Scratch lesson teaches how to create an animated aquarium background with bubbles and fish sprites that move around endlessly. The steps include importing an underwater background graphic and bubble sound effect, then programming a fish sprite to move a few steps and bounce off the edge of the stage forever using repeat and move blocks. Additional fish sprites can be added and customized with different movement speeds.

Uploaded by

Lou Lahana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views

Aquarium

This Scratch lesson teaches how to create an animated aquarium background with bubbles and fish sprites that move around endlessly. The steps include importing an underwater background graphic and bubble sound effect, then programming a fish sprite to move a few steps and bounce off the edge of the stage forever using repeat and move blocks. Additional fish sprites can be added and customized with different movement speeds.

Uploaded by

Lou Lahana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Scratch- Lesson 1: Create an Aquarium

1. To start your fishbowl, click on the Stage symbol.

2. Next, click on Backgrounds.

3. Now, click Import.

4. Double-click on the Nature folder.

5. Double-click on the underwater graphic.

6. Delete the blank white background by pressing the X.

7. Now, click Sounds.

8. Next, click on the Import button.

9. Click on Effects.

10. Double-click on Bubbles.

11. Delete the Pop sound.

12. Click on the Scripts tab.

13. Now, lets drag the code blocks to make the bubbles play in the background. Click on the Control category. Next, drag the when flag clicked script to the scripting area.

14. Next, drag the Forever code block below When flag clicked.

15. Now, drag play sound Bubbles until done inside the forever block.

16. Before we put some fish sprites in the aquarium, lets delete the cat sprite. Hold down your mouse on the cat and select delete.

17. Now click the choose new sprite from file button.

18. Double-click on the Animals folder and then double-click on fish2.

19. Shrink the fish by pressing the shrink Sprite button and clicking on the fish.

20. To move the fish, click your mouse on the water (or anywhere away from the fish) and then click back on the fish and drag it where you want.

21. Now, lets drag the code to make the fish move around the aquarium. Click on the Control category and drag the when flag clicked code block.

22. Next, drag the Forever code block below When flag clicked.

23. Switch to the Motion category.

24. Drag the Move 10 steps code block inside the forevercode block .

25. Replace the number 10 in the move 10 steps block with the number 2.

26. Now lets test out the script youve created. Click on the green flag and watch your fish swim! Press the red stop sign when youre done watching.

27. Youll notice that your fish doesnt stop swimming when it reaches the edge of the aquarium-it keeps going until it disappears! Thats no good. Lets drag a code block below move 2 steps that tells the fish to bounce off the edge.

28. Test out your code again by pressing the green flag. If youre fish bounces, youre done!

29. Finally, lets save our project. Click File --> Save.

30. Name your project LLahana188 Aquarium (except use YOUR first inital and last name instead).

Youre Done!
10

Extra Credit: Add More Fish!


31. In step #17 you clicked the Choose new Sprite from file button . Then,

in step #18 you chose fish2 to place in your aquarium. This time, choose fish3 or try an octopus, starfish or whale!

32. Now, with your new fish, repeat steps 20-28. One change: have your fish move 3 or 4 steps at a time instead of 2. Your work should look something like what you see below:

11

You might also like