Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » an "removed blocks" extension
- Visaa1
-
9 posts
an "removed blocks" extension
for example
when <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extension
Last edited by Visaa1 (Feb. 10, 2023 19:51:35)
- Jpizza115
-
100+ posts
an "removed blocks" extension
the last two do exist for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extension
- Jpizza115
-
100+ posts
an "removed blocks" extension
look:
all at once {
} :: control // does it look familiar?
- Jpizza115
-
100+ posts
an "removed blocks" extension
loud? :: sensing// this too?
Last edited by Jpizza115 (Feb. 12, 2023 19:44:30)
- Visaa1
-
9 posts
an "removed blocks" extension
The last two are not supposed to be in scratch but they are because the scratch team forgot to remove themthe last two do exist for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extension
- Visaa1
-
9 posts
an "removed blocks" extension
and also: for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extension
beep::extension
when [go!] shouted::extension hat
shout [go! v]::extension
Last edited by Visaa1 (Feb. 12, 2023 20:05:23)
- Miles4Daze
-
2 posts
an "removed blocks" extension
1.and also: for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extensionbeep::extension
when [go!] shouted::extension hat
shout [go! v]::extension
*Use audacity to make beep sound
play sound [beep v]2.
when I receive [go! v]
broadcast [go! v]
- NamelessCat
-
100+ posts
an "removed blocks" extension
This would be neat extension, however it'd be more for novelty than for actual utility. However, the first block you've suggested (when <> is true) would be very useful, and is actually implemented in several TurboWarp Extensions (such as LMS Utilities).
- medians
-
1000+ posts
an "removed blocks" extension
TurboWarp Extensions (such as LMS Utilities).Yeah they were planning to have it instead of the forever of block. This would be neat extension, however it'd be more for novelty than for actual utility. However, the first block you've suggested (when <> is true) would be very useful, and is actually implemented in several
- -gr
-
1000+ posts
an "removed blocks" extension
This would be a cool extension but there is a reason as to why these are removed.
- medians
-
1000+ posts
an "removed blocks" extension
is a reason as to why these are removed.Well, when <> is true was replaced with forever if because it could not be stopped, which was later removed in 2.0 development and is rejected. This would be a cool extension but there
- Shep-Software
-
5 posts
an "removed blocks" extension
don't mind me, just messing around with scratchblocks
:: looks
Last edited by Shep-Software (May 24, 2023 00:44:45)
- vibri-the-scratcher
-
81 posts
an "removed blocks" extension
Don't forget the scratch 2.0and also: for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extensionbeep::extension
when [go!] shouted::extension hat
shout [go! v]::extension
when [stop sign] clicked:: control hathat block
Last edited by vibri-the-scratcher (June 5, 2023 22:29:14)
- medians
-
1000+ posts
an "removed blocks" extension
That didn't exist: Don't forget the scratch 2.0when [stop sign] clicked:: control hathat block

Last edited by medians (June 12, 2023 16:39:04)
- warbling_gerbil
-
100+ posts
an "removed blocks" extension
That write message block looks really useful.1.and also: for examplewhen <> is true:: hat extension
forever if <> :: extension
end
<loud?:: extension>
all at once {
} :: extensionbeep::extension
when [go!] shouted::extension hat
shout [go! v]::extension
*Use audacity to make beep soundplay sound [beep v]2.when I receive [go! v]
broadcast [go! v]
- pixelcat898
-
12 posts
an "removed blocks" extension
A “Removed Block Extension” would be rather cool. There could also be a “Modified Removed Block Extension” For example:
And:
Or there could ben an experimental version of scratch but every block in scratch is in the version at once! Like, how cool could that be?! I'm sure there is a mod of 3.0 that includes what I said,
anyways, have a lovely day!
set stretch to () :: extension stack // Original
change stretch by () :: extension stack // Original
set stretch to x: () y: () :: extension stack // Modified
change stretch by x: () y: () :: extension stack // Modified
And:
forever if <> {
} :: extension cap // Original
if <> then forever {
} @loopArrow :: extension stack // Modified
Or there could ben an experimental version of scratch but every block in scratch is in the version at once! Like, how cool could that be?! I'm sure there is a mod of 3.0 that includes what I said,
anyways, have a lovely day!
- Discussion Forums
- » Developing Scratch Extensions
-
» an "removed blocks" extension