How To Use Scratch - Learn Scratch Coding With Examples
How To Use Scratch - Learn Scratch Coding With Examples
Examples
Create & Learn Team
Jun 15, 2023 • 7 min read
Have you always wanted to help your child learn to code with Scratch, but not been sure
where to start? Don't worry, we're here to help. At Create & Learn, we aim to make
coding understandable and fun for all students.
Today, we're going to walk you through the basics of beginning Scratch coding,
including how to set up your free account. We'll also share what the different types of
blocks are, and how to think about putting them together to create something great,
such as fun projects with Scratch.
Learn Scratch with live expert guidance by joining our award-winning Scratch classes:
Scratch Ninja (grades 2-5); Scratch Junior (grades k-2); Accelerated Scratch (grades 5-
9) - designed by professionals from Google, Stanford, and MIT. Start with a free Scratch
class!
Friday, 3/1/2024
Enroll Free
8:30 AM - 9:25 AM Western Indonesia Time
Sunday, 3/3/2024
Enroll Free
2:00 AM - 2:55 AM Western Indonesia Time
Scratch code
Scratch CODE is an online studio where anyone can add any project they made with
Scratch. You're also able to explore projects shared by other kids, and can even
comment on them. Another great place to show off your projects once they're complete
is our kids coding projects page.
How do I learn to code with Scratch?
Here we'll get started learning Scratch coding in a few simple steps. You can also follow
along with our YouTube video.
Get Started with Scratch Guide: 5 Tips & Tricks for Beginners 🎉
These blocks can make sprites move, make sounds, and change color. And when
connected together form a series of actions to build your games, animations, and other
projects.
If you want to save or share your project, make sure it’s saved under your account. If you
already have an account, click “Log In.” If you need to make an account, click “Join
Scratch” and follow the instructions (make sure you have a parent with you!).
How to do Scratch programming with
basic coding blocks
There are many different types of blocks on Scratch and we're always excited to learn
which blocks are our students favorites.
Notice how most of the blocks are shaped with a special notch at the top and the
bottom; this is so that they can connect together! Here are some of the most important
blocks:
How it works: Run the code when the green flag is clicked (when the program begins).
Most of the time, we use this block
How it works: Run the code when a key is pressed. Use the dropdown menu to choose
which key you want!
How it works: These blocks allow you to rotate your sprite to the right or to the left.
How it works: This block lets your sprite "jump" to a position. You can click on the
dropdown menu to see the different options!
How it works: This block allows your sprite to smoothly glide across your screen to a
position of your choosing.
How it works: These blocks allow you to adjust the direction that your sprite is facing.
Try combining a motion block with an event block to see what happens!