Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » which block is used the least (excluding extension blocks and hacked blocks)
- cs2861142
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
These are a few of my guesses for the least-used scratch blocks across the board. Of course, as an experienced scratcher, I know that more advanced scratchers probably won't use blocks like the glide or say blocks, but new scratchers will (so it stays off the list).
switch backdrop to [ v] and wait
broadcast [ v] and wait
when [ v] > (10)
<color [#620be8] is touching [#3cc19a] ?>
- spidermanLOLL
- Scratcher
500+ posts
which block is used the least (excluding extension blocks and hacked blocks)
set pen shade to ()That's my guess.
Last edited by spidermanLOLL (April 21, 2023 03:37:10)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Well, they removed it so it’s probably used less now. Also, that’s now an extension.set pen shade to ()That's my guess.
Would this include removed blocks if they’re still technically in Scratch?
- spidermanLOLL
- Scratcher
500+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Maybe this?
([Abs v] of (9))
Last edited by spidermanLOLL (April 21, 2023 03:40:16)
- jackson49
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
That block is actually used pretty often. Many projects, such as 3D engines, are filled with them. Maybe this?([Abs v] of (9))
Last edited by jackson49 (April 21, 2023 04:07:59)
- Lionwarriorspets
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
I don't get it. Or use broadcasts.You could just put the code with when you switch the backdrop or if there's a button, you can put it in the code for the button.I've used the backdrop one. It's actually usefulAnimations?switch backdrop to [ v] and waitCan't argue this one.
This one probably:(tempo)
And this one too:when backdrop switches to [ v]
(I think it's this:(() ^ (0) :: operators))
- Fun_Cupcake_i81
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
I'm just gonna put this one out there:
Fun fact, this actually reminds me of a project I made about unused blocks back before I knew what modulus was (lol).
think [Some people use the "think _ secs" block, but the plain think block by itself is pretty darn rare!]Or else I'm going to have to agree it's backdrop & wait.
Fun fact, this actually reminds me of a project I made about unused blocks back before I knew what modulus was (lol).
- Asyadfghjkl
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
No Probably this blockwhen [loudness v] > (10)
Using that specific option
- Lionwarriorspets
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
maybe this
(costume #)or this
insert [] at (1 v) of [list v]
- donotforgetmycode
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Both of those are very commonly used. maybe this(costume #)or thisinsert [] at (1 v) of [list v]
- unsullied123-rblx
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
This maybe?([ln v] of (0))I've never seen it used before though.
([ln v] of ([e ^ v] of (9))) // = 9i think i've seen it used in some hashing algorithm once, so it does have some use
i'm surprised nobody has mentioned this block
for each [i v] in (10) {} :: controlit exists in scratch's code, but it's not available in the editor
it's very useful though, and i've used it quite a lot
never seen a project containing it though
- alwayspaytaxes
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Isn't that a TurboWarp block? I've used it quite a bit i'm surprised nobody has mentioned this blockfor each [i v] in (10) {} :: control
- GIitchInTheMatrix
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Its in the editor, just hidden from the palleteIsn't that a TurboWarp block? I've used it quite a bit i'm surprised nobody has mentioned this blockfor each [i v] in (10) {} :: control
- Wyatt516
- Scratcher
29 posts
which block is used the least (excluding extension blocks and hacked blocks)
idk if we should count the experimental blocks like the while <> block, maybe we should? i'm surprised nobody has mentioned this blockfor each [i v] in (10) {} :: controlit exists in scratch's code, but it's not available in the editor
edit: oh the title was changed to say no unused blocks
Last edited by Wyatt516 (April 21, 2023 20:51:43)
- qwerty_wasd_gone
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
I don't think that counts -snip-for each [i v] in (10) {} :: control
- Asyadfghjkl
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Yea…I don't think that counts -snip-for each [i v] in (10) {} :: control
- 7salad3salad
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
- cookieclickerer33
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
I would say it's probably one of theseif on edge, bouncebut I want to know the truth
switch backdrop to [ v] and wait
set drag mode [draggable v]::sensing
() mod ()
as the title said, this question does not include extension blocks or hacked blocks (blocks hidden from the palette)
when [loudness v] > () ::control hatBut you can use it to make custom when conditions
So I’ll say it’s actually
(loudness)Because I’ve never seen this used in a project once, I’ve seen every block but this one be used
set rotation style [ v]Could also be it
Last edited by cookieclickerer33 (May 3, 2023 12:58:00)
- cookieclickerer33
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
“Complex?” I think it is the complex operator blocks like these(round ())I barely see peeps use this.
How is rounding a decimal complex?
It’s not that at all def
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Did they make that an actual block now LOL it's probably one of theseset drag mode [draggable v]::sensing
this one inside the project is used 0 tiems…Excluding custom blocks.
Last edited by medians (May 3, 2023 13:03:09)
- Discussion Forums
- » Questions about Scratch
- » which block is used the least (excluding extension blocks and hacked blocks)