Scratch

Presentation of the Scratch program

What is the Scratch program? This section, we will introduce you to Scratch, a programming language developed at MIT's Media [...]

08-09-22 2887

Programming with Scratch

Scratch is a programming language and an online community developed by the Lifelong Kindergarten Group at the Massachusetts Institute of [...]

08-09-22 2887

Creating sprites with Scratch

Definition of sprites: Sprites in Scratch are images that can be created and programmed in the Scratch interface. These sprites [...]

09-09-22 2887

Add a background in Scratch

Let's start by giving our project a background. Below the scene, you'll see that there are four options for creating [...]

09-09-22 2887

Move the cat sprite with Scratch

Moving the Cat sprite with Scratch In this tutorial, we will see how to control the movement of the cat [...]

09-09-22 2887

Change the sprite’s costume with Scratch

To change the costume of a sprite (the appearance of a character or object in your program) with Scratch, you [...]

09-09-22 2887

Variables in Scratch

In Scratch, variables are like containers that you can use to store values, such as numbers or strings of text. [...]

10-09-22 2887

Sensing Blocks in Scratch

In Scratch, sensing blocks are blocks of code that allow your sprites (characters or objects in your program) to detect [...]

10-09-22 2887

Motion Blocks in Scratch

In Scratch, motion blocks are blocks of code that allow you to control the movement of your sprites (characters or [...]

11-09-22 2887

Operators Blocks in Scratch

In Scratch, operator blocks are blocks of code that perform mathematical operations such as addition, subtraction, multiplication, and division. You [...]

13-09-22 2887

Looks blocks in Scratch

In Scratch, looks blocks are blocks of code that allow you to change the appearance of your sprites (characters or [...]

13-09-22 2887

Sound blocks in Scratch

In Scratch, sound blocks are blocks of code that allow you to add sound to your programs. You can use [...]

13-09-22 2887

Events Blocks in Scratch

In Scratch, events blocks are blocks of code that are triggered by events. An event is something that happens in [...]

13-09-22 2887

Control Blocks in Scratch

In Scratch, control blocks are blocks of code that allow you to control the flow of your program. They are [...]

13-09-22 2887

Scroll to Top