What is the Scratch program? This section, we will introduce you to Scratch, a programming language developed at MIT's Media [...]
Scratch is a programming language and an online community developed by the Lifelong Kindergarten Group at the Massachusetts Institute of [...]
Definition of sprites: Sprites in Scratch are images that can be created and programmed in the Scratch interface. These sprites [...]
Let's start by giving our project a background. Below the scene, you'll see that there are four options for creating [...]
Moving the Cat sprite with Scratch In this tutorial, we will see how to control the movement of the cat [...]
To change the costume of a sprite (the appearance of a character or object in your program) with Scratch, you [...]
In Scratch, variables are like containers that you can use to store values, such as numbers or strings of text. [...]
In Scratch, sensing blocks are blocks of code that allow your sprites (characters or objects in your program) to detect [...]
In Scratch, motion blocks are blocks of code that allow you to control the movement of your sprites (characters or [...]
In Scratch, operator blocks are blocks of code that perform mathematical operations such as addition, subtraction, multiplication, and division. You [...]
In Scratch, looks blocks are blocks of code that allow you to change the appearance of your sprites (characters or [...]
In Scratch, sound blocks are blocks of code that allow you to add sound to your programs. You can use [...]
In Scratch, events blocks are blocks of code that are triggered by events. An event is something that happens in [...]
In Scratch, control blocks are blocks of code that allow you to control the flow of your program. They are [...]