Discuss Scratch

designsquadlover
Scratcher
59 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

Every single one of my suggestions was rejected.
Botcho_Otkho
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

Paddle2See stated that <<inviting all the followers/people you're following in a studio is rejected>> (source).
Starstriker3000
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

For the
change costume by ()
block, it looks like you could also have used it to change it to the previous costume by entering -1. I've found a way to do that without that block:

switch costume to  ((costume #) - (1))
gdpr0000067
Scratcher
55 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

Does anyone know for sure now whether ranks above Scratcher is rejected? They said not sure whether rejected but I wonder if they know now?
SumitraKan
Scratcher
44 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

RE: Voice Synthesizer
Good day!
I wonder if there is any likelihood that Scratch 3.0 includes the voice synthesizer that pronounce the words that is featured in the project, for example, animation and simulation?
Thank you.
ScratchDiogob
Scratcher
22 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

SumitraKan wrote:

RE: Voice Synthesizer
Good day!
I wonder if there is any likelihood that Scratch 3.0 includes the voice synthesizer that pronounce the words that is featured in the project, for example, animation and simulation?
Thank you.
hi, use the current one
and also why did necropost?
mike4578
Scratcher
19 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

customhacker wrote:

Removed Features And Blocks

The following are removed features and blocks for the website. They are in alphabetical order.


(abs () :: operators) // Replaced with the ([sqrt  v] of ()) block.


align scene [  v] :: motion // removed - Read https://wiki.scratch.mit.edu/wiki/Align_Scene_()_(block) for workaround.

all at once{...}:: control // Replaced with 'run without screen refresh' in custom blocks.

change costume by () :: looks // Replaced with 'next costume' block.

change stretch by () :: looks // Only workaround is to change the width of your costumes and rotate through them.

change fx test by () :: looks // Nobody is sure what this was for. It was a test block.

Community Moderators - Replaced with Scratch Mentors.

forever if <...> {...}:: control // just place an 'if/then' block in a forever script.

Friend System - Replaced with the following system.

hide all sprites :: looks // Just place a broadcast that will hide in every sprite


hide monitor [variable  v] :: variables // No way to replicate this block.

Ignore List - No possible way to replicate. See Rejected Suggestions above.

<loud? :: sensing> // If loudness is > 30 is the workaround.

point away from edge :: motion // No possible way to replicate.

Random Sprite Button - Removed for unknown reasons.

say nothing :: looks // Say [] is the workaround.

scroll right :: motion
scroll up :: motion // Set the size to 300% and create a scrolling script.

stamp transparent :: pen // Change the ghost effect every time you stamp.

switch scene to [  v] :: events // Use a broadcasting system from the backdrop.

(user ID :: sensing) // Convert to Binary/ACSII and save.
<ui>
Botcho_Otkho
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

mike4578 wrote:

<ui>
Please, don't necropost and write things that have something to do with the topic itself, and not random things.
redglitter
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

Spotted a typo:
Removing Restricted Image Hosts/Adding your own sites
These are there as they do not accept inappropriate images, just like Scratch. Scratch Team member Lightning says that the Scratch Team doesn't have the time to add everyone's sites to the whitelist.
leapinleopardstar
Scratcher
500+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

redglitter wrote:

Spotted a typo:
Removing Restricted Image Hosts/Adding your own sites
These are there as they do not accept inappropriate images, just like Scratch. Scratch Team member Lightning says that the Scratch Team doesn't have the time to add everyone's sites to the whitelist.
Lightnin is their actual username tho
KJRYoshi07
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

leapinleopardstar wrote:

redglitter wrote:

Spotted a typo:
Removing Restricted Image Hosts/Adding your own sites
These are there as they do not accept inappropriate images, just like Scratch. Scratch Team member Lightning says that the Scratch Team doesn't have the time to add everyone's sites to the whitelist.
Lightnin is their actual username tho
They meant that there was a g at the end of Lightnin's username, and it should be removed.
TheAdriCoolManDude
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

I think we should stop talking here. This has been replaced, and it is updated on a normal basis.
leapinleopardstar
Scratcher
500+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

KJRYoshi07 wrote:

leapinleopardstar wrote:

redglitter wrote:

Spotted a typo:
Removing Restricted Image Hosts/Adding your own sites
These are there as they do not accept inappropriate images, just like Scratch. Scratch Team member Lightning says that the Scratch Team doesn't have the time to add everyone's sites to the whitelist.
Lightnin is their actual username tho
They meant that there was a g at the end of Lightnin's username, and it should be removed.
Oh I didn't know what they meant
TheAdriCoolManDude
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

leapinleopardstar wrote:

KJRYoshi07 wrote:

leapinleopardstar wrote:

redglitter wrote:

Spotted a typo:
Removing Restricted Image Hosts/Adding your own sites
These are there as they do not accept inappropriate images, just like Scratch. Scratch Team member Lightning says that the Scratch Team doesn't have the time to add everyone's sites to the whitelist.
Lightnin is their actual username tho
They meant that there was a g at the end of Lightnin's username, and it should be removed.
Oh I didn't know what they meant
*cough* *cough*

TheAdriCoolManDude wrote:

I think we should stop talking here. This has been replaced, and it is updated on a normal basis.
Scratch_cat_fan
Scratcher
23 posts

✰ ITopic: Complete List of Rejected Suggestions ✰

You can replicate the “point away from edge” block by placing an invisible sprite at x: 0 y: 0 and naming it “Center”. After that, just use the “point towards” block.
point towards [ Center v]
NilsTheBest
Scratcher
1000+ posts

✰ ITopic: Complete List of Rejected Suggestions ✰

Scratch_cat_fan wrote:

You can replicate the “point away from edge” block by placing an invisible sprite at x: 0 y: 0 and naming it “Center”. After that, just use the “point towards” block.
point towards [ Center v]

TheAdriCoolManDude wrote:

*cough* *cough*

TheAdriCoolManDude wrote:

I think we should stop talking here. This has been replaced, and it is updated on a normal basis.

Powered by DjangoBB