Starting to use Scratch
Blocks
We are going to make our first program in Scratch: Click on the Code tab, in the Events menu ...
Sprites, costumes and stages
Activity: Sprites Open a new file. A new project in Scratch always comes with a sprite: it's a ...
Programs and motion
Activity: Add a new program Open a new file. Drag and drop the necessary blocks so that when th...
Sound, Music and Pen
Sound Sound blocks are used to play sounds at some point in our program. Each sprite comes with ...
Control: loops
Practical case: To better understand what repetitions are, we are goint to make a program that d...
Control: conditions and sensors
Conditions are a type of blocks that evaluate something, and if it is true, then the blocks neste...
Messages
We can communicate two programs either within the same sprite or between different sprites or wit...
Variables
We can understand variables as a "name" that contains a "value." We can assign a value to the var...
Your first game
Practical case: Let's create our first game! With all this we can create a simple game. At th...