Hi, what do you want to do?
Get Me Coding
Create Your Scratch Account
To use Scratch, you will first need to create a free account at Scratch.mit.edu
Get Me Coding
Learn How to Work With Scratch Costumes
Learn to use costumes for animation type effects in Scratch
Get Me Coding
Learn How to Use the Pen Tool In Scratch
Learn how create an interactive Scratch project with the pen tool
Get Me Coding
Learn How to Create Interactions Using the Scratch Broadcast
Use the broadcast in Scratch to trigger various things to happen.
Get Me Coding
Learn How to Work With Backgrounds in Scratch
Use various backgrounds for your next Scratch project.
Get Me Coding
Learn How to Work With Sounds in Scratch
Start bringing your coding project to life with sound.
Curated Video
Creating Player Movement in Scratch: Left and Right
In this video tutorial, the teacher explains how to code the movement of a player character in a game using Scratch. They demonstrate how to use arrow keys or other designated keys to move the character left and right on the screen....
Curated Video
Introduction to Creating Your Own Platform Game in Scratch
In this 14-part tutorial series you will learn everything about how to design and code your very own fully working platform game using the block coding system in Scratch. You’ll learn how to draw and animate sprites, design your own...
Curated Video
Sharing Your Game: A Guide to Sharing and Protecting Your Code
This tutorial guides you on how to effectively share your game created using Scratch, ensuring that others can play it without altering your original code. Learn how to customize your game's name, provide clear instructions, and enable...
Curated Video
Describe computer programming : Scratch Setup & Intro
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more.
Common Coding Concepts: Scratch Set
up & Intro
...
Common Coding Concepts: Scratch Set
up & Intro
...
Curated Video
Programming with Scratch: Exploring Loops and Times Tables
This video tutorial introduces the concept of loops in programming using Scratch. It demonstrates how to use a definite loop to repeat code a set number of times, specifically creating a program for a dinosaur to recite a chosen times...
Curated Video
Creating Levels and Portals in Scratch
In this video tutorial, the teacher guides viewers through the process of adding a portal to a game created in Scratch. They demonstrate how to create new levels, draw sprites, add code for the portal interaction, and manage level...
Curated Video
Programming Basics: Definite and Indefinite Iteration in Scratch
This tutorial video explores the concepts of definite and indefinite iteration in programming using Scratch. The instructor demonstrates how to create a password protection system and a game where a pterodactyl chases the mouse....
Curated Video
Implementing Lives System in Scratch Game
In this video tutorial, the teacher demonstrates how to implement a lives system in a game using variables and coding blocks. The tutorial covers both scenarios of restarting the game when lives reach zero and ending the game with a...
Curated Video
Introduction to Programming with Scratch: Building Your First Program
In this tutorial series, Justin Arnold guides beginners through learning to program using Scratch, a user-friendly tool for creating computer programs. Viewers are introduced to the basics of coding step by step, from creating an...
Curated Video
Enhancing a Guessing Game in Scratch
This tutorial series teaches basic programming concepts using Scratch through building a guessing game. In Lesson 10, students learn to enhance the game by allowing users to choose the difficulty level and tracking the number of...
Curated Video
Creating a Guessing Game in Scratch: Building Your First Game
In this video tutorial, students will learn how to program a guessing game using Scratch. They will explore concepts such as variables, loops, selection statements, and user input to create an interactive game where the computer...
Curated Video
Creating and Customizing a Player Sprite in Scratch
In this tutorial, the instructor guides viewers through creating a custom Sprite for the player in a game development platform. The process involves drawing basic shapes, naming the Sprite, centering it correctly, resizing it, and...
Curated Video
Introduction to Selection and If Statements in Scratch Programming
In this tutorial, students learn about the concept of selection in programming using Scratch. They explore the 'if' statement to make the computer decide between two actions based on given conditions, such as determining if a person is...
Curated Video
Creating Moving Enemies in Scratch Game
In this video, the teacher explains how to add an enemy that moves around the game area and how to control the visibility of certain elements, such as lava, on different levels. The teacher also demonstrates how to create a new enemy...
Curated Video
Creating Enemies and Obstacles in Scratch Game
In this video tutorial, the teacher demonstrates how to add an element of danger to a game by introducing a lava obstacle that sends the player back to the beginning if touched. Through step-by-step guidance, the teacher shows how to...
Curated Video
Creating a Scoring System with Coins in Scratch
In this video, the teacher explains how to create a scoring system using coins in a game. The tutorial covers how to make the coins appear, disappear, and increase the score when collected by the player. It also demonstrates how to...