How to Create Scratch Functions: Instructions for Students of Programming with My Blocks
Scratch Programming
The Scratch programming language is free, fun and easy to learn.
Most programming languages are text-based so a learner has to gain experience writing the code, but Scratch programming is easier as it uses blocks.
The learner selects blocks, puts them together and runs the program in a simple way making it the most fun and easiest way to learn programming.
Scratch Program: Functions
This additional lesson introduces functions. Functions are one of the most important features of programming.
We often need to make a solution to a problem by breaking that problem down into smaller issues.
We code each part using functions. There are other benefits of using functions such as code reuse and ease of reading the code.
download the instructions
Task #9 Functions Walkthrough
- This additional lesson introduces functions. Functions are one of the most important features of programming.
- We often need to make a solution to a problem by breaking that problem down into smaller issues.
- We code each part using functions. There are other benefits of using functions such as code reuse and ease of reading the code.