‘Construction Kit’ projects:
Construction Kit Studio (where more construction kits may be added in the future)
Basic Programming Concepts
- Sequential operations: things happen in a specific order (top to bottom)
- Looping: having the program repeat a section of code instead of copy-and-pasting it over and over
- Decisions / “if” statements: choosing from different actions depending on a condition
- Variables and state: remembering specific information, changing what happens depending on what’s happened before
- Input / output: reacting to mouse, keyboard, voice, etc input and using movement, audio, video, etc output
- Functions / procedures: putting reusable code into its own script, giving it a name, giving it parameters
- Events: triggering a script based on a specific thing-that-happened
- Objects: grouping data and code together into logical ‘types’
General Scratch resources:
Scratch Help page – includes a great Getting Started guide
Leave a Reply