Scratch Syntax: Part 2CMP
VariablesIn programming, a variable is a placeholder for some value, much like x and y are popular variables in algebra. In Scratch, variables are represented with blocks shaped like elongated circles, uniquely labeled by you.
ThreadsIn programming, a thread is like a mini-program within a program that can execute at the same time as other threads. In Scratch, any block whose label begins with "when" essentially demarks the start of a thread.
EventsAn event is a signal from one thread to another.Blocks whose labels begin with "broadcast" signal events whereas blocks whose labels begin with "when" handle events.
EventsAn event is a signal from one thread to another.Blocks whose labels begin with "broadcast" signal events whereas blocks whose labels begin with "when" handle events.
Simple GamesSimple games use threads and events to create new levels.
Copter Game—One Level
HomeworkComplete the Simple Game ProjectCompleted projects need to be submitted via email by the due date.

Scratch Syntax 2 Cmp

  • 1.
  • 2.
    VariablesIn programming, avariable is a placeholder for some value, much like x and y are popular variables in algebra. In Scratch, variables are represented with blocks shaped like elongated circles, uniquely labeled by you.
  • 3.
    ThreadsIn programming, athread is like a mini-program within a program that can execute at the same time as other threads. In Scratch, any block whose label begins with "when" essentially demarks the start of a thread.
  • 4.
    EventsAn event isa signal from one thread to another.Blocks whose labels begin with "broadcast" signal events whereas blocks whose labels begin with "when" handle events.
  • 5.
    EventsAn event isa signal from one thread to another.Blocks whose labels begin with "broadcast" signal events whereas blocks whose labels begin with "when" handle events.
  • 6.
    Simple GamesSimple gamesuse threads and events to create new levels.
  • 7.
  • 8.
    HomeworkComplete the SimpleGame ProjectCompleted projects need to be submitted via email by the due date.