Discuss Scratch
- Discussion Forums
- » Suggestions
- » The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
- ajskateboarder
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Bump
- EDawg2011
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
bump
- unmissable
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Would it be an extension?
- cookieclickerer33
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Yes Would it be an extension?
- unmissable
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Ok well that makes senseYes Would it be an extension?
Support an extension for probabilities, while not needed, would make it easier for kids to learn about it.
- alwayspaytaxes
-
500+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
needed, would make it easier for kids to learn about it.Which is a very good reason why it is needed - to teach kids an important part of math in computer science Support an extension for probabilities, while not
- GlitchyZorua
-
100+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Support before it becomes lost media!
Or at least, revive the source code.
(It's not even archived!)
Or at least, revive the source code.
(It's not even archived!)
- Tristan7312010
-
4 posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
would be a pretty cool idea for kids, perhaps it would be even simpler than the current solution.
maybe you could save dice and use them later?
would it be useful?
maybe you could save dice and use them later?
would it be useful?
- Tristan7312010
-
4 posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
would be a pretty cool idea for kids, perhaps it would be even simpler than the current solution.
maybe you could save dice and use them later?
would it be useful?
nvm I read more and realized it exists
- Catzcute4
-
500+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
No. It lets you use weights on your dice, which isn’t easy otherwise. You're all massively overestimating the abilities of this. This is just a slightly souped up ‘pick random’ block with simple workarounds:(item (pick random (1) to (length of [list v])) of [list v])
switch costume to (pick random (1) to (# of costumes))
start sound (pick random (1) to (# of sounds)) :: sound
The most complex thing showcased was a Markov chain, and that can be done easily and more flexibly with a couple lists. I don't see any reason to add this to Scratch, except maybe as an extension.
- Catzcute4
-
500+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
I support this idea, since it seems to let kids think at a sweet spot of abstraction (ex. random costumes and no numbers needed) and plus is way more easy to modify than the normal pick random workaround (at least for weighted dice) That’s good.
Last edited by Catzcute4 (Feb. 17, 2024 02:04:47)
- mumu245
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Also, you won't have to update the costume count.
- NIKI-KOLCHAGOV
-
100+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
Interesting
- among_us1w2
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
it could be used for types of die (plural of dice)
so maybe in a board game make lucky die that have higher number chances
support the workaround confuses me anyway
so maybe in a board game make lucky die that have higher number chances
support the workaround confuses me anyway
- Catzcute4
-
500+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
That’s a good use! it could be used for types of die (plural of dice)
so maybe in a board game make lucky die that have higher number chances
support the workaround confuses me anyway
- BobRocks20
-
100+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
I have returned from a slumber of many months… and all that just to bump this thread. Time to go back to my cave…
- randomguy3513
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
GAMBLING YEAHNHHHHHHHHHHHHHHHH!!!!!!
Jokes aside, This would be really useful even without the educational reasons and help make rng systems more easier and let people make their cool unboxing systems for their silly simulators.
Jokes aside, This would be really useful even without the educational reasons and help make rng systems more easier and let people make their cool unboxing systems for their silly simulators.
- RobotChickens
-
500+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
bump
- among_us1w2
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
support. while there is a workaround, it involves lists and creating lots of them and lots of entries, and I just need a normal crate system
- starlightsparker
-
1000+ posts
The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!
You can’t set certain chances of certain values so no. Are they in any way different from(pick random (1) to (10))
- Discussion Forums
- » Suggestions
-
» The Obscure MIT Project by Lifelong Kindergarten of Scratch, "Let's Chance." Let's add it to Scratch Lab!