About 4,160,000 results
Open links in new tab
  1. Blocks - Scratch Wiki

    Blocks are puzzle-piece shapes that are used to create code in Scratch. The blocks connect to each other vertically like a jigsaw puzzle, where each block type (hat, stack, reporter, boolean, …

  2. All Blocks of Scratch Scratch has over 100 coding blocks, and each one has a unique use. They are all colour-coded into 9 different categories as seen below: You can also create your own …

  3. Functions - CS50's Introduction to Programming with Scratch

    A function, in the context of Scratch, is some block that performs some task. The very first block, for example, says “move 10 steps”, and we can use it by dragging it from the library of blocks …

  4. How to Use My Blocks and Functions CORRECTLY! - YouTube

    In this video, I explain what functions are and how to use them! We look at parameters, labelling and more!Catch up with ... The Scratch Coding Class continues!

  5. There are three blocks that can be used to begin programming: When the green flag is clicked – The project will begin when the green flag in the upper right hand corner is clicked. When …

  6. 11. Making Your Own Blocks (Functions)

    Define your own blocks in Scratch. Create a block that says a random greeting (no argument required), then create a block that draws a polygon with a certain number of sides (argument …

  7. When you double-click on your built script, the Scratch program runs the blocks from the top of the script to the bottom...it sets your play into action! Blocks are organized by function in the …

  8. Blocks are puzzle-piece shapes that are used to create code in Scratch. The blocks connect to each other vertically like a jigsaw puzzle, where each data type (hat, stack, reporter, boolean, …

  9. Scratch Function - Programming

    We can modify our function to include a parameter block (input text or number) so that we can use the same function to make different size triangles within our program. Similar to the triangle …

  10. Feb 9, 2023 · Create a define function block using My Blocks (red) option in the blocks area. Name the new function ‘myFunction’. Let’s start with a simple example. • Add a say hello for 2 …