Discuss Scratch
- iIovef4f
-
Scratcher
100+ posts
Add the encouragement block!
The encouragement block will make the sprite say an encouraging message, as well as the block itself. This is good to keep you motivated!!! It's also good for projects in general. Also it's less stupid than the OOPS block.
⚠ warning: any discussion on the OOPS! block is now considered off-topic. (7/24/2023) ⚠
encouragement::operators
⚠ warning: any discussion on the OOPS! block is now considered off-topic. (7/24/2023) ⚠
Last edited by iIovef4f (July 24, 2023 18:59:29)
- Nothing_ButSomething
-
Scratcher
37 posts
Add the encouragement block!
What? What is the Oops block?
You can use the say blocks to send encouragement.
You can use the say blocks to send encouragement.
say [Hey friend. It's okay. Just cheer up.]
- qwertycodechamp90411
-
Scratcher
100+ posts
Add the encouragement block!
Easy workaround
1. Make a list full of encouraging phrases.
2.
This script will choose a random item of the list, then says the item.
1. Make a list full of encouraging phrases.
2.
when I receive [encouragement v]
say (item (pick random (1) to (length of [encouragement v] :: list)) of [encouragement v] :: list)
This script will choose a random item of the list, then says the item.
- undeterminstic
-
Scratcher
1000+ posts
Add the encouragement block!
The encouragement block will make the sprite say an encouraging message, as well as the block itself. This is good to keep you motivated!!! It's also good for projects in general. Also it's less stupid than the OOPS block.I am not willing to do the work around so usually I would just give up. But if I had the encouragement block I would be happy.encouragement::operators
- medians
-
Scratcher
1000+ posts
Add the encouragement block!
Easy workaroundWhy not just use item random?
1. Make a list full of encouraging phrases.
2.when I receive [encouragement v]
say (item (pick random (1) to (length of [encouragement v] :: list)) of [encouragement v] :: list)
This script will choose a random item of the list, then says the item.
Also, maybe it shouldn’t be a whole block..
- TeenySpoon
-
Scratcher
500+ posts
Add the encouragement block!
Maybe it would make more sense as a reporter?
say (encouragement ::sensing)Also, why would it be an operator?
- ZanterZlox
-
Scratcher
1000+ posts
Add the encouragement block!
I have a feeling this is too ambiguous for scratch(am I using the right words?)
- mumu245
-
Scratcher
1000+ posts
Add the encouragement block!
You can easily make your own. No support.
- iIovef4f
-
Scratcher
100+ posts
Add the encouragement block!
What? What is the Oops block?The oops block
You can use the say blocks to send encouragement.say [Hey friend. It's okay. Just cheer up.]
OOPS!is a block that plays 1 random swear word. Yup, it's very stupid. (This is just clarification)
- Creator-H
-
Scratcher
100+ posts
Add the encouragement block!
Yeah, we (definitely) don't need the OOPS! block, but don't need an encouragement block. The block does not know the context in which it is being used, therefore giving strange results (i.e: “Good Job!” When you are dying in a game). I would recommend using the workaround, as it is incredibly simple. No support.What? What is the Oops block?The oops block
You can use the say blocks to send encouragement.say [Hey friend. It's okay. Just cheer up.]OOPS!is a block that plays 1 random swear word. Yup, it's very stupid. (This is just clarification)
- undeterminstic
-
Scratcher
1000+ posts
Add the encouragement block!
The encouragement block will make the sprite say an encouraging message, as well as the block itself. This is good to keep you motivated!!! It's also good for projects in general. Also it's less stupid than the OOPS block.Wait is it for me the devoloper or a player of the gameencouragement::operators
- Elijah999999
-
Scratcher
1000+ posts
Add the encouragement block!
Why not just use item random?BAM-BOOOOOOOOOOOOOOOOOOOZLED
Also, maybe it shouldn’t be a whole block..
My goodness, I am so sorry.
There is no “item random” in Scratch 3.
—————————————————————————————————————-
To be honest, I feel this is something we don't need to leave to the Scratch Team. Couldn't you create this yourself?
Last edited by Elijah999999 (July 21, 2023 23:24:44)
- DifferentDance8
-
Scratcher
1000+ posts
Add the encouragement block!
Nope, the ST will definitely not add the OOPS! block. And the encouragement block can be simply replicated by copy and pasting from an external site like this one (note to ST - i am not a bot account advertising this one site, this is just an example of one of the many sites out there that have the purpose of random inspirational quotes)What? What is the Oops block?The oops block
You can use the say blocks to send encouragement.say [Hey friend. It's okay. Just cheer up.]OOPS!is a block that plays 1 random swear word. Yup, it's very stupid. (This is just clarification)
-
Why not just use item random?That no longer exists in 3.0

- Scratch--TheCat
-
Scratcher
1000+ posts
Add the encouragement block!
Very easy workaround:
say [insert your own words of encouragement here :)]
- MythosLore
-
Scratcher
1000+ posts
Add the encouragement block!
The encouragement block will make the sprite say an encouraging message, as well as the block itself.Is this supposed to imply that there is also a speech bubble coming from the block? That seems sort of weird.
- medians
-
Scratcher
1000+ posts
Add the encouragement block!
I only saw this now and I also said this:Why not just use item random?That no longer exists in 3.0
https://scratch.mit.edu/discuss/post/7394733
I mean, I guess it’s like a reporter block but it’s a stack block??The encouragement block will make the sprite say an encouraging message, as well as the block itself.Is this supposed to imply that there is also a speech bubble coming from the block? That seems sort of weird.
- Crispydogs101
-
Scratcher
1000+ posts
Add the encouragement block!
This is going to be really bad since scratch does not allow you to say or hear swear words in the site. So this is definitely a no go 100%.What? What is the Oops block?The oops block
You can use the say blocks to send encouragement.say [Hey friend. It's okay. Just cheer up.]OOPS!is a block that plays 1 random swear word. Yup, it's very stupid. (This is just clarification)
- Gamer_Logan819
-
Scratcher
1000+ posts
Add the encouragement block!
Don't think item random is a blockEasy workaroundWhy not just use item random?
1. Make a list full of encouraging phrases.
2.when I receive [encouragement v]
say (item (pick random (1) to (length of [encouragement v] :: list)) of [encouragement v] :: list)
This script will choose a random item of the list, then says the item.
Also, maybe it shouldn’t be a whole block..
Edit it was already said

Last edited by Gamer_Logan819 (July 22, 2023 11:33:15)
- busybuddie1234
-
Scratcher
100+ posts
Add the encouragement block!
ok now im beginning to think this is a nonsensical threadWhat? What is the Oops block?The oops block
You can use the say blocks to send encouragement.say [Hey friend. It's okay. Just cheer up.]OOPS!is a block that plays 1 random swear word. Yup, it's very stupid. (This is just clarification)
- DifferentDance8
-
Scratcher
1000+ posts
Add the encouragement block!
I can confirm because I do it all the time.Excuse me?















