0% found this document useful (0 votes)
6 views4 pages

Getting Started with Scratch Programming

Scratch is a free program that allows users to learn to program in a simple and interactive way. Users can create projects in Scratch by accessing its website without the need to install additional software. The Scratch interface divides the workspace into sections for code blocks, backdrops, sprites, and sounds. The code blocks are organized by functionality categories to facilitate programming.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

Getting Started with Scratch Programming

Scratch is a free program that allows users to learn to program in a simple and interactive way. Users can create projects in Scratch by accessing its website without the need to install additional software. The Scratch interface divides the workspace into sections for code blocks, backdrops, sprites, and sounds. The code blocks are organized by functionality categories to facilitate programming.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

How does Scratch work?

Learning to program becomes a simple, entertaining, and fun task.


when we do it with Scratch.

On another occasion, we saw what Scratch is, what it is used for, and what its
most basic functions. Today we will see some of its tools and how
to use them, their interface and some of their functionalities. Ready to learn
to program?

To use Scratch, we just need to access its website and create an account.
completely free of charge. Once we have done this, we will be able to create our
first project by clicking the create button that appears at the top
from the website.

Scratch Header
A blank project will open. We are not required to install any plugin or program.
external in order to start using Scratch.

The interface
Once inside, in the top bar of our project, we can select the
language, access file and edit (to be able to save our project, create a
duplicate, or undo an action). We can also rename it,
share it and access the project page: the page we would see upon entering
project if we didn't do it as editors.

Scratch toolbar
The Scratch workspace is divided into different areas: the first
intended for the selection of blocks and their combination, graphic editing
of the different objects, and the editing of the audio clips that they can use. In the
Second, we can see a graphical result of the programming we have done.
through the scenario, and in the third we can organize, control, and select the
different programmable objects in our environment. What is an object? An
An object is nothing more than a programmable element. It can be anything from a character,
a door, a tree, or an object related to our program. Also
we found a tab called Backpack where we can store objects,
designs and even parts of programs that we would like to take advantage of in others
projects by dragging and dropping them inside.

Scratch Interface
On the workbench, we find three tabs: one for the code, one for the
costumes (that is, the designs of our objects), and another for the sounds.

In the first, we find the code blocks that we can use organized.
by functionalities. Each category has an assigned color that allows us to
to identify at a glance which functionality the block is related to
we use.
Scratch Categories
This organization of the blocks facilitates the search for a specific function.
For example, if we want to program a character's movement, we know that
we will find everything related to it in the Movement category. Or that in the
in the Control category we can find different programming structures such as
repetitions or conditionals.

Take a look at the content of all of them to get an idea!

Our first program


To start programming, we need to drag and fit the blocks that define the
action that we want to see reflected in the central part of the page. For example, if
we want our character to make a straight line movement, we can use
the move () steps block next to a start block that we will find in the
Events category.
Move cat scratch
Once this is done, it will be enough to click on the green flag just above.
the scenario for the code we have developed to be executed. In this way,
we will see how the cat moves. Try fitting more blocks to see how
Its execution works!

Under the stage, we find a box with the objects and backgrounds that we have.
in our project.

Scratch objects and backgrounds


From here we will be able to add new objects and backgrounds for later
program them and even make them interact with other objects in the scene. If
we are not convinced by the designs offered by Scratch, it’s okay! We can
create our own with the graphic editing tool of the application itself, or
even upload a design that we have found on the Internet.

You might also like