Users Manual
SCRATCH CODING KIT
We need a lot of things to make a script for the Tori secret safe. The important thing is 'variable'. Do you remember?
In scratch, you can think of variables as storage.
You name the variable (storage space) and put the value into that variable. In the Tori secret safe model, we have
to use a total of four variables. If you have a lot of variables, you can improve your readability when coding by
giving a proper name for the purpose of the variable.
Create a variable as shown in the figure above. We will deal with the above variables while coding. The name of
each variable is made considering the role, so please make it the same as the above.
Tori secret safe variable coding
Tori Secret Safe Variable Coding
Click on the variable tab to
make a variable.
Click on the "Make Variable"
button to create a variable.
It is the block that stores the
initial value in the variable.
It is a block that stores the
value of a variable by a
specific number and stores it
again.
Activity