Vocab_CB_V_CS_Ch. 6 Advanced Features of Scratch – Part 2
Vocab_CB_V_CS_Ch. 6 Advanced Features of Scratch – Part 2
Building
Imagine you are getting ready to start a game and need to set the
score to zero before you begin.
Initialise means giving something its first value so it’s ready to use.
The repeat block will iterate the set of code inside it ten times.
If you have created a list ‘colours’, you can manipulate the list by
replacing the first item in the list ‘colours’ using the replace item
block.