About 812,000,000 results
Open links in new tab
  1. Scratch Lists | How to Use Lists in Scratch 3.0 Example

    Want those Scratch lists explained? In this Scratch 3 basics tutorial, we learn how to use lists in Scratch through the idea of a street of variables.

  2. To create a list, select the “Variables” category from the block palette and click the “Make a List” box. No default list is present in a new project, so no list blocks will be visible until you create a list.

  3. List - Scratch Wiki

    Items can be added to or deleted from a list manually or by programming. Holding down shift and pressing enter on a list results in a new entry above the previously selected entry, and pressing enter …

  4. A Comprehensive Guide to Using Lists in Scratch in 2025 - JetLearn

    Discover the power of lists in Scratch coding! Our beginner-friendly guide covers a list of basics and coding projects to get started.

  5. How to Use Lists in Scratch - Alps Academy

    A data structure used commonly in programming is called a list in Scratch and python and an array in other programming languages. It is the same as a list in real life. A collection of data items such as …

  6. How To Make A List In Scratch - Mixed Kreations

    To create a list in Scratch, follow these simple steps: 1. Open the Scratch editor and create a new project. 2. Click on the “Data” tab in the top menu. 3. Click on the “Make a List” button. 4. Name your …

  7. Your Key to Scratch Success: An Expert Guide to Mastering Scratch List

    Dec 4, 2025 · In this blog, I will provide an expert guide to mastering Scratch Lists, including what they are, how to use them, and best practices for getting the most out of this essential Scratch feature.

  8. Using Variables and Lists in Scratch (Part 2) | Tutorial

    To create a list, go to the Variables category and click “Make a List.” Lists are great for storing multiple pieces of information. For example, if you’re asking a user questions about their superhero name, …

  9. Feb 6, 2023 · To learn how to use lists, and how to use lists, loops and conditional if statements together. What do you need to do? Follow the instructions below. Always remember to save your …

  10. What are lists in Scratch? — Coding Kids

    Mar 4, 2024 · Just like with variables, you can create a list in the Data category in the Scripts tab. Once you've created a list in your project, a bunch of list-related blocks will appear. Let's quickly run …