Is this the right place to request an addition to blockly?
I would like to have a control block that allows multiple lines of code to be disabled/enabled with one click. I'm currently using:
[img]![38710741040_fe8f88cf83_z.jpg]()
To disable the code, I simply disable the If. (You could achieve the same thing by changing the condition to "False" but that's not the way I choose to do it.)
I would like to have a control block that allows multiple lines of code to be disabled/enabled with one click. I'm currently using:
[img]

To disable the code, I simply disable the If. (You could achieve the same thing by changing the condition to "False" but that's not the way I choose to do it.)