My Blocks – List
My blocks allow you to create new blocks for a sprite. You give the block a name and then define what the new block does use other Scratch blocks. You can use your new block in any script on the sprite that owns the block.
Blocks |
Description |
Defines a custom block. Clicking Make a Block brings up a dialogue allowing the user to make a procedure. Once OK is pressed the new block appears in the palette and an empty definition appears in the code area. When the procedure runs, Scratch will run the blocks below the corresponding Define block. | |
A Defines custom block. | |
A true/false value. | |
An input for a value, set by the definition My Block. |