Discuss Scratch
- Discussion Forums
- » Suggestions
- » Bring back comment block from 1.2 and revamp it
- StefanLovesAlphabets
-
81 posts
Bring back comment block from 1.2 and revamp it
As a new block category (hope I did it right since it used the grey tag):
show textbox with text [hello!] :: grey
hide textbox :: grey
set textbox theme to [page v] :: grey // also has scroll
set textbox animation to [instant v] :: grey // other options are: slow, fast, zoom in, zoom out
reset textbox animation :: grey
set pause project when textbox appears to [yes v] :: grey // also has no
set textbox background color to (#fff) :: grey
set textbox text color to (#000) :: grey
set textbox outline color to (#000) :: grey
turn [on v] textbox outline :: grey // also has off
- mingo-gag
-
500+ posts
Bring back comment block from 1.2 and revamp it
Rejected?
1.11 Comment block
In principle, the comment block has no effect, but it would be used to write comments in-line with other blocks in a script. This would be useful for those who want to explain how their code works, for example. This block was found to be too confusing for beginners, who expected all blocks to do something (the comment block does not do anything). As a result, the Scratch Team created the existing comment system, where comments can be attached to a block in a way that is clearly separate from the rest of the blocks in the script. There is an easy workaround: create a custom block with a text input, and don't put anything in its definition.
- StefanLovesAlphabets
-
81 posts
Bring back comment block from 1.2 and revamp it
Oh man. But it coming back as a textbox system would be less confusing to new people. As it can make a textbox appear on screen. Also what are some examples where you can use it?
Last edited by StefanLovesAlphabets (Feb. 20, 2025 14:08:15)
- BendyOl183
-
500+ posts
Bring back comment block from 1.2 and revamp it
Oh man. But it coming back as a textbox system would be less confusing to new people. As it can make a textbox appear on screen. Also what are some examples where you can use it?
If you want a textbox on screen, just use this
say [example]
- StefanLovesAlphabets
-
81 posts
Bring back comment block from 1.2 and revamp it
Yeah but the say/think blocks eventually cut off your text.
- BendyOl183
-
500+ posts
Bring back comment block from 1.2 and revamp it
Yeah but the say/think blocks eventually cut off your text.
then just make your own costume that looks like a text box
- cake__5
-
100+ posts
Bring back comment block from 1.2 and revamp it
that defeats the pointYeah but the say/think blocks eventually cut off your text.
then just make your own costume that looks like a text box
- Elijah999999
-
1000+ posts
Bring back comment block from 1.2 and revamp it
That's the sad truth about workarounds.that defeats the pointYeah but the say/think blocks eventually cut off your text.
then just make your own costume that looks like a text box
- StefanLovesAlphabets
-
81 posts
Bring back comment block from 1.2 and revamp it
Yeah. But nonetheless, it's still a cool way to add it back.That's the sad truth about workarounds.that defeats the pointYeah but the say/think blocks eventually cut off your text.
then just make your own costume that looks like a text box
- Discussion Forums
- » Suggestions
-
» Bring back comment block from 1.2 and revamp it