Skip to main content

blockShape

blockShape:Scratch.BlockShape

This changes the shape of a reporter or boolean, and can be used for things such as making a boolean look... not... like a boolean?

{
opcode: 'testReporter',
text: 'testing!',
blockType: Scratch.BlockType.REPORTER,
blockShape: Scratch.BlockShape.SQUARE,
}
ExplanationImage
Scratch.BlockShape.ROUNDThe default shape for a reporter.round block
Scratch.BlockShape.HEXAGONALThe default shape for a boolean. Takes up more space then other shapes.hexagonal block
Scratch.BlockShape.SQUAREThe only shape to not be found normally!square block