Variable Blocks – List
Blocks | Description |
The block simply holds its variable. Whenever a variable is created, a version of the block appears with the variable’s given name on it – this results in a version of this block for every Each version of the block holds its ‘assigned’ variable. This block can be displayed as a Stage monitor. | |
The block will set the specified variable to the given value as a string or number. | |
The block will change the specified variable by a given amount. If the variable is a string and not a number, it is set to the given amount (casting the string to 0). | |
The block shows the specified Variable’s Stage monitor. The opposite of the Show Variable () block is the Hide Variable () block. | |
The block hides the specified Variable’s Stage. |