Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Hidden, Removed, and Redeveloped Blocks
- MonkeyBean2
-
Scratcher
500+ posts
Hidden, Removed, and Redeveloped Blocks
Since there was no way to stop it at the time, it was removed, and can be recreated with the following script:your script does not function identicallywhen green flag clicked
forever
if <[] = [true]> then
...
end
end
Last edited by MonkeyBean2 (June 20, 2025 19:08:51)
- MonkeyBean2
-
Scratcher
500+ posts
Hidden, Removed, and Redeveloped Blocks
This block was removed before the first public release of Scratch 1.0, which means most of you have never even heard of it. It was the “beep” block:not completely useless, not sure how it was implemented but if implemented a certain way it could bring attention to the app in a visual way on certain operating systemsbeep:: soundThis block was introduced on the 12th of July 2004, but then removed on the 6th of October 2006. It would play a default system sound when activated. You can make a very accurate recreation by using the following code:define beepOne more thing: I'm not exactly sure, but if I were to guess, I would say that it was removed for being completely useless.
play sound [pop v]
~jloffen
Last edited by MonkeyBean2 (June 20, 2025 19:07:39)
- jloffen
-
Scratcher
100+ posts
Hidden, Removed, and Redeveloped Blocks
To be fair I got it from the wiki (maybe) (actually I don't remember at this point tbh)Since there was no way to stop it at the time, it was removed, and can be recreated with the following script:your script does not function identicallywhen green flag clicked
forever
if <[] = [true]> then
...
end
end
- jloffen
-
Scratcher
100+ posts
Hidden, Removed, and Redeveloped Blocks
uhh… what?I'm a dummy
say [I'm such a dumb dumb] for (2) secsdefine (if true)
say [HAHAHAHAHAHAHAHAHHAH FIREYISCOOL SUCKS] for (2) secs
- TidusAnthony
-
Scratcher
9 posts
Hidden, Removed, and Redeveloped Blocks
say [yes]
oh so this is not a thread about existing blocks
- TidusAnthony
-
Scratcher
9 posts
Hidden, Removed, and Redeveloped Blocks
oh! i found a block called beep and two years later it bas removed WAAAAAAAA
- gem1001
-
Scratcher
1000+ posts
Hidden, Removed, and Redeveloped Blocks
That never existedwhen stop clicked
- Phothemo
-
Scratcher
9 posts
Hidden, Removed, and Redeveloped Blocks
I saw them on turbowarp and I wanted to know how to get them on scratch
- Phothemo
-
Scratcher
9 posts
Hidden, Removed, and Redeveloped Blocks
kinito [pet v]
Last edited by Phothemo (March 21, 2026 02:10:46)
- amazeyourself
-
Scratcher
100+ posts
Hidden, Removed, and Redeveloped Blocks
(#5)A better workaround would be this
Nice explanation, now I will talk about the other script in the post you replied to, the “when <> is true” block.
The “when <> is true” block was a “hat” block in the Control category. When the condition placed in the block was set to true, the following script placed underneath it would activate.
Since there was no way to stop it at the time, it was removed, and can be recreated with the following script:when green flag clickedHope you leaned something new
forever
if <[] = [true]> then
...
end
end
when [timer v] > (0.1)
if <... :: grey> then
...
end
- TCgameplayer15
-
Scratcher
38 posts
Hidden, Removed, and Redeveloped Blocks
when stop sign clicked
That's just the forum thingggggggggggffff
Text
Last edited by TCgameplayer15 (March 24, 2026 16:49:08)
- PaxtonPenguin
-
Scratcher
100+ posts
Hidden, Removed, and Redeveloped Blocks
Plus those never existed, they read the name of the forum wrongwhen stop sign clickedThat's just the forum thingggggggggggffffText
- ScodexPerson
-
Scratcher
1000+ posts
Hidden, Removed, and Redeveloped Blocks
This is a reporter that was only in Scratch 2.0 alpha:
This is the workaround to it:
(Scratch Days :: sensing)It just showed how many days it was since May 15, 2007 (the official release date of Scratch).
This is the workaround to it:
((days since 2000) - (2691))
- jloffen
-
Scratcher
100+ posts
Hidden, Removed, and Redeveloped Blocks
Wow, it's been a while since I last posted here! Might as well talk about another deleted block, as I have nothing better to do.
In the Scratch version 13Oct04, a new block named “bounce off edge” was created.
Now, I know what you're thinking. “But jloffen, the ”if on edge, bounce“ block is still in the editor! Why would you lie to us?”
The reason why I said that this was a deleted block is, well, because it WAS deleted.
In version 16Jan06, this block was removed and replaced with the “point away from edge” block, mentioned here. However, in the next version, 27Jul06, they must've changed their mind, as the “point away from edge” block was removed, and the “if on edge, bounce” block was added back.
I just thought that this would be interesting to share.
~jloffen
In the Scratch version 13Oct04, a new block named “bounce off edge” was created.
bounce off edge:: #5fb1c9In the next version, 22Dec04, this block was renamed to “if on edge, bounce”.
Now, I know what you're thinking. “But jloffen, the ”if on edge, bounce“ block is still in the editor! Why would you lie to us?”
The reason why I said that this was a deleted block is, well, because it WAS deleted.
In version 16Jan06, this block was removed and replaced with the “point away from edge” block, mentioned here. However, in the next version, 27Jul06, they must've changed their mind, as the “point away from edge” block was removed, and the “if on edge, bounce” block was added back.
I just thought that this would be interesting to share.
~jloffen
Last edited by jloffen (July 2, 2026 04:04:41)
- Discussion Forums
- » Advanced Topics
-
» Hidden, Removed, and Redeveloped Blocks
I'm a dummy