Here is a formal lesson plan that I designed for our Grade 5 students, to create an animated representation of a food chain. I have previously published a Scratch project for a food chain: A Food Chain in the Northern Temperate Forest. The lesson plan below is intended to help the instructor introduce the project in the classroom step by step, so that the students can learn the logic involved and gain familiarity with the Scratch instruction set. Food chains are part of the Grade 5 Science Standards, and this project could easily evolve into a presentation by the students at the end of the session.
Showing posts with label Timing. Show all posts
Showing posts with label Timing. Show all posts
Saturday, October 24, 2015
Tuesday, May 26, 2015
Goldilocks and the Three Bears: A Scratch Project
Here is a Scratch project that my child and I have been working on recently: Goldilocks and the Three Bears.
Based on the familiar fairy tale, the idea was to use event handlers to create an interactive version of the story.
Based on the familiar fairy tale, the idea was to use event handlers to create an interactive version of the story.
Flappy Bird in code.org is a favorite with my child and has been a great intro to event handlers (and it's been the same story with all of my students...). As a follow-up to Flappy, this fun depiction of "Goldilocks and the Three Bears" allows you to interact with the story by clicking on multiple sprites. This was intended to provide more practice with the concept of event handling. In addition, it focuses on timing, and coordinating multiple actions via message passing between the sprites.
To make the story more interesting, we also did transitions among the backgrounds, and worked on showing/hiding sprites as required in various parts of the story. Creating the sprites and the backgrounds was definitely fun; copying a single sprite and tweaking it to produce multiple characters was something new for the kid as well.
Hope you enjoy the story! Let us know your comments!
Saturday, April 11, 2015
A Food Chain: Made from Scratch
Here is a Scratch project that my 9-year-old put together, depicting a Food Chain in the Northern Temperate Forests. An avid lover of animals, this project combining learning in two areas, was a very fun one for him. I loved the fact that he could create a presentation about an ecosystem, while combining his learning with art, storytelling and programming. A good example of an interdisciplinary project...
This project took him a few weeks to create, including the time for the initial research about the ecosystem. We went through the project in small steps, designing the various stages... deciding on the characters in the food chain, the order in which they appear, special effects if any, etc. As you can see from the progression along the length of the project, more special effects started appearing as he learned more about creating animations.
Major learnings for my child were:
This project took him a few weeks to create, including the time for the initial research about the ecosystem. We went through the project in small steps, designing the various stages... deciding on the characters in the food chain, the order in which they appear, special effects if any, etc. As you can see from the progression along the length of the project, more special effects started appearing as he learned more about creating animations.
Major learnings for my child were:
- Using "show" and "hide" instructions to make characters appear and disappear in the story.
- Timing -- using the wait statement and figuring out how long to wait, before each sprite makes its appearance on screen.
- Animation: Creating multiple costumes for a sprite and alternating between them to create the effect of movement.
- Changing the size of a sprite to create the visual effect of distance.
- Creating and using different backdrops at various points to create the effect of multiple scenes.
- Using XY coordinates to decide on positions of the sprite at various points of the presentation.
Note:
This project simulating a food chain, could potentially be a Grade 5 class project. Food chains are part of the Grade 5 syllabus; the description can be found here on the NGSS (Next Generation Science Standards) website. The students are expected to "develop an understanding of the idea that plants get the materials they need for growth chiefly from air and water. Using models, students can describe the movement of matter among plants, animals, decomposers, and the environment and that energy in animals’ food was once energy from the sun".
Subscribe to:
Posts (Atom)