1. Home
  2. /
  3. Scratch
  4. /
  5. Simple Scratch Project

Simple Scratch Project - Scratch Typing CST Test

Loading…

Simple Scratch Project — Scratch Code

A simple Scratch project where a sprite moves across the screen and responds to arrow keys.

when green flag clicked
forever
	if <key [right arrow] pressed?> then
		change x by 10
	end
	if <key [left arrow] pressed?> then
		change x by -10
	end
end

Scratch Language Guide

Scratch is a visual block-based programming language developed by MIT, designed to teach programming concepts through drag-and-drop code blocks, animations, and interactive stories. It is widely used in education for beginners and young learners.

Primary Use Cases

  • ▸Teaching coding concepts to kids
  • ▸Creating animations and stories
  • ▸Building simple games
  • ▸STEM learning programs
  • ▸Rapid prototyping of logic visually

Notable Features

  • ▸Drag-and-drop block programming
  • ▸Sprite and stage-based design
  • ▸Event-driven interactions
  • ▸Easy-to-use visual editor
  • ▸Huge online community for sharing

Origin & Creator

Scratch was created by the Lifelong Kindergarten Group at MIT Media Lab, led by Mitchel Resnick. The first version was released in 2003, with Scratch 2.0 in 2013 and Scratch 3.0 in 2019.

Industrial Note

Scratch isn’t used in professional software development, but is highly influential in early education, STEM programs, and teaching computational thinking to children.

More Scratch Typing Exercises

Scratch - Hello WorldScratch - Bouncing SpriteScratch - Simple CounterScratch - Play SoundScratch - Follow MouseScratch - Jump MechanicScratch - TimerScratch - Score SystemScratch - Sprite Animation

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher