Discuss Scratch
- CodeComet6161
-
1000+ posts
Make the slider range a block.
set [ v] range to [] to [] with a interval of []::variablesWith this block, sliders will have more flexibility, and here's why.
1. Reporter inputs
With the usual sliders, we're not able to change the range of it during a project. Not only that, but because it's a separate thing, you aren't able to put reporter inputs in it either. This block would change that. Here's an example:
set [ v] range to ((foo) + (1)) to ((foo) + (11)) with an interval of [1]::variables//would be set to a range during the middle of a project2. Change the interval
With the usual sliders, you can only have an interval of 1, and if you put decimals in it, it would become an impossibly large range of numbers, especially if the original range is already high. However, with the block shown above, you can now choose custom intervals. Here's an example:
set [ v] range to [0] to [8] with an interval of [2]::variables//would be 0, 2 ,4, 6, 8 instead of 0, 1, 2,...Along with that, we would have these blocks:
change [ v] [start v] by []::variables//could be start, interval, or endBlocks added by medians:
set [ v] [start v] to []::variables
[ v] slider [minimum v]::variables reporter
change [ v] readout to [normal v]::variables
Last edited by CodeComet6161 (Oct. 11, 2025 13:40:04)
- Creator-H
-
100+ posts
Make the slider range a block.
i'm surprised this hasn't been suggested before, support
- GreedyGinger12345
-
65 posts
Make the slider range a block.
High support. You can't even change the slider range on mobile (or is that just my phone)
- medians
-
1000+ posts
Make the slider range a block.
I remember that, and it also happened on iOS and iPadOS. High support. You can't even change the slider range on mobile (or is that just my phone)
- secretuch
-
100+ posts
Make the slider range a block.
I support too! High support. You can't even change the slider range on mobile (or is that just my phone)
- MythosLore
-
1000+ posts
Make the slider range a block.
*evil laugh* i'm surprised this hasn't been suggested before, supporthttps://scratch.mit.edu/discuss/topic/516871/
https://scratch.mit.edu/discuss/topic/564212/
Last edited by MythosLore (Sept. 2, 2025 18:19:48)
- medians
-
1000+ posts
Make the slider range a block.
I know this, but those topics don't suggest adding an interval option and the other feature that the topic creator suggested here. I feel like if this is implemented, then Scratch should also add it to the slider range right click thing too.*evil laugh* i'm surprised this hasn't been suggested before, supporthttps://scratch.mit.edu/discuss/topic/516871/
https://scratch.mit.edu/discuss/topic/564212/
edit: i will make mockup for this later lolol
Last edited by medians (Sept. 2, 2025 18:28:52)
- CodeComet6161
-
1000+ posts
Make the slider range a block.
Only like 15% of that is in here.*evil laugh* i'm surprised this hasn't been suggested before, supporthttps://scratch.mit.edu/discuss/topic/516871/
https://scratch.mit.edu/discuss/topic/564212/
- CoolLock
-
100+ posts
Make the slider range a block.
Support. We just generally need more control and customization over variables
Last edited by CoolLock (Sept. 3, 2025 10:05:48)
- IloveRoblox003
-
1000+ posts
Make the slider range a block.
SUPPORT! Also, if we could GET the range, that would be even more helpful in projects!
- pippy2011eight
-
100+ posts
Make the slider range a block.
bumpMy browser / operating system: ChromeOS 14541.0.0, Chrome 135.0.0.0, No Flash version detected
- CodeComet6161
-
1000+ posts
Make the slider range a block.
Well thanks for bumping my topic, however, bumpMy browser / operating system: ChromeOS 14541.0.0, Chrome 135.0.0.0, No Flash version detectedonly bump when one day has passed without a post and it is not on the front page.
- medians
-
1000+ posts
Make the slider range a block.
Also, those suggestions don't include your interval suggestion (which I feel should also be added to the right click thing if you're gonna add it to the block)Only like 15% of that is in here.*evil laugh* i'm surprised this hasn't been suggested before, supporthttps://scratch.mit.edu/discuss/topic/516871/
https://scratch.mit.edu/discuss/topic/564212/
I was thinking: SUPPORT! Also, if we could GET the range, that would be even more helpful in projects!
([variable v] slider [minimum v]::variables)
([variable v] slider [maximum v]::variables)
([variable v] slider [interval v]::variables)
Last edited by medians (Sept. 5, 2025 15:21:38)
- CodeComet6161
-
1000+ posts
Make the slider range a block.
I'm adding these to the list currently, thanks!I was thinking: SUPPORT! Also, if we could GET the range, that would be even more helpful in projects!([variable v] slider [minimum v]::variables)
([variable v] slider [maximum v]::variables)
([variable v] slider [interval v]::variables)