Broadcast & Receive Messages in Scratch
This Scratch tutorial uses the broadcast and receive code blocks. In this tutorial: Required knowledge: 1. Scratch Cat In this…
productivity through technology
Scratch is a visual coding interface aimed at young people who want to learn to code – and have fun doing it!
This Scratch tutorial uses the broadcast and receive code blocks. In this tutorial: Required knowledge: 1. Scratch Cat In this…
Creating functions is one of the keys to creating code that is reusable as well as easy to maintain. In…
The ability to create functions within a program allows you to write code once and reuse it. Scratch allows you…
This Scratch tutorial includes the use of variables, input, and output in Scratch.
Scratch is the world’s largest coding community for children and a coding language with a simple visual interface that allows…
In this tutorial, we will repeat some of the programming from the Turtle Academy tutorials, creating code that results in…
One of the most fun things in scratch is Sensing. This means being able to detect when one sprite makes…
Making your sprite move in Scratch is relatively simple. To make the motion look more realistic we will use the…
This is the "Hello World!" with Scratch tutorial.