Temporary Variables
Images needed
Temporary Variables is an extension for handling with temporary variables (or local variable) which can only be used in the block stack.
Blocks
the following images are made with https://scratchblocks.github.io/ and https://en.scratch-wiki.info/wiki/Block_Plugin/Syntax
set [Variable] to (1)::#0869c2
Set the temporary variable to a value. Can also be used for defining.
change [Variable] by (1)::#0869c2
Change the temporary variable by a number.
(get [Variable]:: #0869c2)
Get the value of the temporary variable.
delete [Variable]:: #0869c2
Delete the temporary variable.
delete all variables:: #0869c2
Deletes every temporary variable.
<variable [Variable] exists?:: #0869c2>
Checks if the temporary variable exists.
(current variables::#0869c2)
returns a list with every temporary variables. (will not include the value of those variables)
for each [Variable] in (10) { } :: #0869c2
loops for the specified amount of time with the temporary variables incrementing every loop. Can also be used for defining.
Gallery
-
Old image (no outline)
-
Old image (outline, newer)