Discuss Scratch

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)

spidermanLOLL wrote:

set pen shade to ()
That's my guess.
Well, they removed it so it’s probably used less now. Also, that’s now an extension.
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)

spidermanLOLL wrote:

Maybe this?

([Abs v] of (9))
That block is actually used pretty often. Many projects, such as 3D engines, are filled with them.

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)

DanielSNM wrote:

Lionwarriorspets wrote:

DanielSNM wrote:

Za-Chary wrote:

switch backdrop to [ v] and wait
Can't argue this one.
Animations?

This one probably:
(tempo)

And this one too:
when backdrop switches to [ v]
I've used the backdrop one. It's actually useful
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 think it's this:
(() ^ (0) :: operators)
)
I don't get it. Or use broadcasts.
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:
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)

alwayspaytaxes wrote:

Probably this block

when [loudness v] > (10)

Using that specific option
No
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)

Lionwarriorspets wrote:

maybe this
(costume #)
or this
insert [] at (1 v) of [list v]
Both of those are very commonly used.
unsullied123-rblx
Scratcher
100+ posts

which block is used the least (excluding extension blocks and hacked blocks)

Knightbot63 wrote:

This maybe?
([ln v] of (0))
I've never seen it used before though.
([ln v] of ([e ^ v] of (9))) // = 9
i 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) {} :: control
it 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)

unsullied123-rblx wrote:

i'm surprised nobody has mentioned this block
for each [i v] in (10) {} :: control
Isn't that a TurboWarp block? I've used it quite a bit
GIitchInTheMatrix
Scratcher
1000+ posts

which block is used the least (excluding extension blocks and hacked blocks)

alwayspaytaxes wrote:

unsullied123-rblx wrote:

i'm surprised nobody has mentioned this block
for each [i v] in (10) {} :: control
Isn't that a TurboWarp block? I've used it quite a bit
Its in the editor, just hidden from the pallete
Wyatt516
Scratcher
29 posts

which block is used the least (excluding extension blocks and hacked blocks)

unsullied123-rblx wrote:

i'm surprised nobody has mentioned this block
for each [i v] in (10) {} :: control
it exists in scratch's code, but it's not available in the editor
idk if we should count the experimental blocks like the while <> block, maybe we should?
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)

unsullied123-rblx wrote:

-snip-
for each [i v] in (10) {} :: control
I don't think that counts
Asyadfghjkl
Scratcher
100+ posts

which block is used the least (excluding extension blocks and hacked blocks)

qwerty_wasd_gone wrote:

unsullied123-rblx wrote:

-snip-
for each [i v] in (10) {} :: control
I don't think that counts
Yea…
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)

qwerty_wasd_gone wrote:

it's probably one of these
if on edge, bounce

switch backdrop to [ v] and wait

set drag mode [draggable v]::sensing

() mod ()
but I want to know the truth

as the title said, this question does not include extension blocks or hacked blocks (blocks hidden from the palette)
I would say
when [loudness v] > () ::control hat
But 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)

Crispydogs101 wrote:

I think it is the complex operator blocks like these
(round ())
I barely see peeps use this.
“Complex?”
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)

qwerty_wasd_gone wrote:

it's probably one of these
set drag mode [draggable v]::sensing
Did they make that an actual block now LOL

7salad3salad wrote:

this one inside the project is used 0 tiems
…Excluding custom blocks.

Last edited by medians (May 3, 2023 13:03:09)

Powered by DjangoBB