Computer Programming 4 Kids with Scratch 2 in HD and SD
This is the 16th of 27 TV show episodes to teach kids (about 5th grade and up) programming using Scratch 2.
This episode introduces:
1) Lists in Scratch, and
2) the Turn Video Block.
The first challenge introduces Scratch's Lists. Lists hold multiple values that can be easily retrieved and changed. Scratch's Lists allow an easy, general way to get and add data. Lists and list like data structures (e.g. arrays in many other languages) are a critical part of powerful programming. Lists are so important that they will be explored more in the next show and used through the rest of the series.
The last challenge quickly explores the modes of the Turn Video multimedia block used for camera input.