SandCastleIcon.png This article has links to websites or programs outside of Scratch and Wikipedia. Remember to stay safe while using the internet, as we cannot guarantee the safety of other websites.
Archive.png This article or section documents something not included in the current version of Scratch (3.0). It is only useful from a historical perspective.
Scratch 22Dec04
22Dec04.png
Variants 22Dec04
Release Date 22Dec04 — 2004/12/22
Programming language Squeak
Download 22Dec04
Predecessor 13Oct04
Successor 28Feb05

Scratch 22Dec04, released on December 22, 2004, was the release of Scratch following Scratch 13Oct04 and preceding Scratch 28Feb05.

Features

Scratch 22Dec04 had 9 categories: motion, control, looks, 1-2-3, media, sensing, scripts, effects, and variables. Scratch 13Oct04, the previous update, contained 95 blocks, adding 52 new blocks since Scratch 14Feb04. The procedure feature (Scripts category) is still available.

Effects Category

A new effects category was added in this version, and the following five blocks were transferred to this category:

Added Features

Removed Features

  • costume:: #638cb5
  • note on []:: #66b3cc
  • note off:: #66b3cc
  • drum []:: #66b3cc
  • on edge?:: #638cb5

Other Changes

Example Script

Here is a program written in this version of Scratch:

22Dec04 Example.png

Here is the Scratch 3.0 equivalent:

when this sprite clicked
reset timer
script 1

define script 1
forever
  change size by (1)
  if <(1) < (timer)> then
    stop [this script v]
  end
end


Cookies help us deliver our services. By using our services, you agree to our use of cookies.