Discuss Scratch
- -Osiris-
-
100+ posts
Make C Blocks Collapsible
It would be easier to organize code if you could collapse C blocks such as the if block, forever loop, etc.
This would be useful because you could collapse code that you don't need to see at the moment, meaning the code you do need would be more accessible.
This would be useful because you could collapse code that you don't need to see at the moment, meaning the code you do need would be more accessible.
if<>then ▼ :: control //You would put comments on this part to remind yourself of what everything does.What would happen with the If/Else block?
if <> then ▲{
...::grey
}:: control
if <> then ▲▲ {
...::grey
}else ▲{
...::grey
}::control
if <> then ... else ... ▼▼ :: control
if <> then ▼▲ {
...
} else ▼ :: control
if <> then ▼▲ :: control
else ▲ {
...
} :: control
Last edited by -Osiris- (Dec. 15, 2017 23:59:29)
- Charles12310
-
1000+ posts
Make C Blocks Collapsible
Support because this would leave more space for more scripts and it would mean less scrolling, which means this is necessary for organization.
Imagine having a lot of if then else blocks, it takes up too much space and I would rather not see all of that. I definitely see a good use for this block.
Imagine having a lot of if then else blocks, it takes up too much space and I would rather not see all of that. I definitely see a good use for this block.
- -ShadowOfTheFuture-
-
1000+ posts
Make C Blocks Collapsible
Support! This would be useful to organize my code better.
- SpaceDragon1
-
100+ posts
Make C Blocks Collapsible
Mega support, if you are not working on that section of code, then you don’t really need to see it. Collapsing it would save space and make it easier to see other sections of the code that you may need to see at the same time.
- Lukas_Gaming
-
35 posts
Make C Blocks Collapsible
Huge support. it could be useful for making things easier
- -ShadowOfTheFuture-
-
1000+ posts
Make C Blocks Collapsible
Duplicate of thisIt's not exactly a duplicate. That topic is about collapsible sections of code, which would be a new c-shaped block that is collapsible. This topic is about making all c-blocks collapsible.
- Charles12310
-
1000+ posts
Make C Blocks Collapsible
Duplicate of thisIt would be stressful to put this every time we want to put a c-block that we can shorten:
um no title at all, lol... {
if <> then
...
end
} :: grey
- NitroCipher
-
500+ posts
Make C Blocks Collapsible
ATM they are not individually collapsible, but in Scratch 3.0 you can right click on the stage and select collapse. This will collapse all active c blocks into bars.
- Charles12310
-
1000+ posts
Make C Blocks Collapsible
Scratch 3.0 you can right click on the stage and select collapse. This will collapse all active c blocks into bars.What if you wanted to collapse specific c blocks and not all of them? ATM they are not individually collapsible, but in
- Sheep_maker
-
1000+ posts
Make C Blocks Collapsible
Scratch 3.0 you can right click on the stage and select collapse. This will collapse all active c blocks into bars.That's a leftover feature from Blockly and they might ATM they are not individually collapsible, but in temporarily remove it until they have a better way of representing it