Published by the Scratch Education Hub
Your first step into the world of creative coding starts here.
To start a new project:
If you’ve ever pointed a young coder (or yourself) toward Scratch, you’ve probably seen this link:
scratch.mit.edu/projects/editor/?tutorial=getstarted scratchmitedu-projects-editor-tutorial-getstarted
when green flag clicked
forever
if <touching Cat?> then
go to random position v
play sound pop v
change [Score v] by (1)
end