Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » which block is used the least (excluding extension blocks and hacked blocks)
- -gr
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
aha! i and days since 2k is the least used.think i guessed it!
kotp
Last edited by -gr (May 16, 2023 13:29:21)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Though I think people would use the item # of string in list block since it’s in Data, and the item () of list block can now fit in booleans without hacked blocks, glide () to sprite, costume name and backdrop # in sprites, go to back, go forward x layers, is there any more things that were added?
- -gr
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Though I think people would use the item # of string in list block since it’s in Datavariables* or do you mean the
(letter (2) of [world])block? then operators*
Last edited by -gr (May 16, 2023 13:36:16)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
It shows 118 uses, but I don’t know if that’s accurate now with set drag mode (can’t forget that) or yeah.aha! i and days since 2k is the least used.think i guessed it!
kotp
And someone asked if this counted for specific options.
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Stop I know they renamed it back but I’m so used to dataThough I think people would use the item # of string in list block since it’s in Datavariables*
Also I mean the list block
Last edited by medians (May 16, 2023 13:38:00)
- TheDerpyGoat101
- Scratcher
100+ posts
which block is used the least (excluding extension blocks and hacked blocks)
(foo)
- -gr
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Do you mean that specific name of a variable? Or the variable itself? There are tons of uses for the variable block, so it's definitely not that.(foo)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Specific names for Data blocks/broadcasts shouldn't count if that's what you're getting at.(foo)
- INSERT-USER_NAME
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Wasn't this closed? Or am I just misremembering something again?
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
It was closed for some reason (most likely by accident) but got reopened later. Wasn't this closed? Or am I just misremembering something again?
Last edited by medians (May 16, 2023 14:40:08)
- Spentine
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
I use () mod () quite frequently along with other Scratchers working with bases or tile-based systems. it's probably one of these() mod ()
However, I suspect that these blocks are the least used:
(volume)
(loudness)
(list :: list) // any list
when [loudness v] > (10)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Though, I'm not sure if this counts for specific dropdown options yet because when timer > (10) is definitely used (though not sure how much it is used)I use () mod () quite frequently along with other Scratchers working with bases or tile-based systems. it's probably one of these() mod ()
However, I suspect that these blocks are the least used:when [loudness v] > (10)
- -gr
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
What do the mod blocks even do?Though, I'm not sure if this counts for specific dropdown options yet because when timer > (10) is definitely used (though not sure how much it is used)I use () mod () quite frequently along with other Scratchers working with bases or tile-based systems. it's probably one of these() mod ()
However, I suspect that these blocks are the least used:when [loudness v] > (10)
- medians
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
They return the remainder when you divide the first number by the second, which can be used to check for divisibility for example or converting bases.What do the mod blocks even do?Though, I'm not sure if this counts for specific dropdown options yet because when timer > (10) is definitely used (though not sure how much it is used)I use () mod () quite frequently along with other Scratchers working with bases or tile-based systems. it's probably one of these() mod ()
However, I suspect that these blocks are the least used:when [loudness v] > (10)
Honestly though, I see a lot of people not understand what they actually do, and I think they should bring back help menus telling what each block does.
Last edited by medians (May 16, 2023 14:50:22)
- UI-coder
- Scratcher
500+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Finding the accurate answer would be highly challenging without the statistics of each project that includes the least utilized block (LUB).
- INSERT-USER_NAME
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
now change it to “rarely utilized block” Finding the accurate answer would be highly challenging without the statistics of each project that includes the least utilized block (LUB).
- cookieclickerer33
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Personally I do actually think it’s
It just reports the items in the list as text separated by spaces
There is no destination between an item that has a space in it or the next list item
I think it should just be dropped entirely or the block itself reports a list and then the dropdowns would be replaced with a special list input
(list :: list)Because of just how useless it is
It just reports the items in the list as text separated by spaces
There is no destination between an item that has a space in it or the next list item
I think it should just be dropped entirely or the block itself reports a list and then the dropdowns would be replaced with a special list input
Last edited by cookieclickerer33 (May 16, 2023 16:05:37)
- cookieclickerer33
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
Ye I reopened this Wasn't this closed? Or am I just misremembering something again?
I think it was closed because a st member thought it was solved
Funny because they are really the only ones that can answer this
- INSERT-USER_NAME
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
It is kind of helpful in text things? I made a project on another website where you can enter text into a notepad-type thing and the renderer's entire backbone is a (list) block. Personally I do actually think it’s(list :: list)Because of just how useless it is
It just reports the items in the list as text separated by spaces
Last edited by INSERT-USER_NAME (May 16, 2023 16:10:53)
- Lionwarriorspets
- Scratcher
1000+ posts
which block is used the least (excluding extension blocks and hacked blocks)
This:
(letter () of [world])
- Discussion Forums
- » Questions about Scratch
- » which block is used the least (excluding extension blocks and hacked blocks)