Discuss Scratch
- Discussion Forums
- » Suggestions
- » Operator block merge
- chriscreators14
-
500+ posts
Operator block merge
Hello, boys, girls, women, men, and whoever I forgot to include, and welcome to my “Operator Block Merge” suggestion. See the five blocks below?
You can select the operation you want using the dropdown
Cons
A bit difficult for the scratchblocks system, if ever updated to 3.0, to decide the shapes.
((1) + (2)) // 3My suggestion is to merge all of them into a block like this:
((2) - (1)) // 1
((2) * (2)) // 4
((4) / (2)) // 2
((4) mod (3)) // 1
((1) [+ v] (2)::operators)Pros
// and possibly these two too???
<(1) [> v] (2)::operators> // merge of < = and >
<<> [and v] <>::operators> // merge of or and and
You can select the operation you want using the dropdown
Cons
A bit difficult for the scratchblocks system, if ever updated to 3.0, to decide the shapes.
- MythosLore
-
1000+ posts
Operator block merge
This is already being suggested here.

(sorry for the large image)
Cons????
A bit difficult for the scratchblocks system, if ever updated to 3.0, to decide the shapes.

(sorry for the large image)
- Discussion Forums
- » Suggestions
-
» Operator block merge