Discuss Scratch

oisg_2402
Scratcher
100+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

bunnyCoder16 wrote:

oisg_2402 wrote:

Marc92020 wrote:

Here is a list of Scratch Mods and other Blocked Based programming languages.
Found or made one? post it in this topic and it will be added to the list!
List of Scratch Mods:
A
B
  • Blocx (Outdated link - needs new link)
  • Box2D (aka Scratch Box2D Griffpatch)
C
  • Claook (Outdated link - needs new link)
DE
  • Emerald (Outdated link - needs new link)
F
  • Fission (Outdated link - needs new link)
G
  • GabMod (Possibly outdated - needs dropbox account)
  • Go Lucky (Outdated link - needs new link)
H
I
  • iWeb (Outdated link - needs new link)
J
  • Jukebox(website link is needed)
K
  • Kitcat (Outdated link - needs new link)
  • KitKat (Outdated link - needs new link)
L
  • LogoBlox (Outdated link - needs new link)
  • Lring (Outdated link - needs new link)
M
  • MegaMod(also known as MM) (Outdated link - needs new link)
  • Miaow(website link is needed)
N
  • Net Scratch(was accidentally published by the Scratch Team)
  • NYX (Outdated link - needs new link)
O
P
  • Patch(link obsolete, new link is needed)
  • Peck (Outdated link - needs new link)
Q
R
  • Raxieblocks(website link is needed)
S
  • Scat (Outdated link - needs new link)
  • Scraft(link obsolete, new link needed)
  • Scratux (Outdated link - needs new link)
  • Scribble (Outdated link - needs new link)
  • Scribe (Outdated link - needs new link)
  • Scritch (Outdated link - needs new link)
  • Shriek (Outdated link - needs new link)
  • Slash (Outdated link - needs new link)
  • Snipet(website link is needed)
  • Streak (Outdated link - needs new link)
  • Swipe(originally based on BYOB)
T
  • TaBS (Useful discussion can be found here)
U
W

Z

List of other block-based programming languages:
A
B
PN
S
Thanks to bunnyCoder16 and _bz for finding some mods! (they specifically asked for credit, and i didnt see anyone else ask for credit)

EDIT: Fixed most of the scratch forum blob links (thanks PING_ for fixing the blook link. source)

EDIT 2: Added the new link needed message to some links. Thanks bunnyCoder16 and _bz!

EDIT 3: Added some mods and Catch finally has a link

EDIT 4: Blue link added (Thanks to SinanGentoo for finding it)
can you add Scratch CE? It's a modded turbowarp, it is technically another scratch mod
Link

heres the link https://scratchce.github.io/beta/0.5.1/ its not made by me tho i think @JoshsAccount made it

this you? –>
when green flag clicked
repeat (10)
change [stretch v] effect by x: (25) y: (0) :: looks
end
say [STRETCH!!!]
Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

oisg_2402 wrote:

-snip-
can you add Scratch CE? It's a modded turbowarp, it is technically another scratch mod

CST1229 wrote:

I would suggest Scratch CE to be added but it links to unmoderated chat so no.
scratch team, i am not encouraging people to go on said unmoderated chat sites.

Marc92020
i do stuff

image updates whenever i check
Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

mod making isnt as popular as it was earlier in scratch

Marc92020
i do stuff

image updates whenever i check
Snowflakes_2231_4468
Scratcher
41 posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

Hi sir,
Thank you sir for this content and I am really hope this will be helpful, useful and peaceful and there will be no queries so sir I am really sure you make like this maybe anytime you make another one. Have a nice day

Last edited by Snowflakes_2231_4468 (June 3, 2022 11:44:17)


- Snowflakes_2231_4468
- Age 12
- Loves coding and Math
- Project skills good and great
- My skills animation, games and project Ideas
- SDS helper x2
- SCW memeber
- MTS Thumbnail Moderator
- Propose projects to be featured curator
- Active/ Inactive = Both
- Bully/hate/fight = No, nah and none
- Great/ good = Yes, yep and of course!

Thank you
JackyBorderCollie
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

oisg_2402 wrote:

(#81)

bunnyCoder16 wrote:

oisg_2402 wrote:

Marc92020 wrote:

-snip-
can you add Scratch CE? It's a modded turbowarp, it is technically another scratch mod
Link

heres the link (removed) its not made by me tho i think @JoshsAccount made it
JoshsAccount is the founder of it, but CST (CST1229) is coding the mod.
Also, please snip large posts, and leave only the content you want to quote.


gilvasunner is epic
JackyBorderCollie
Thanks to ввcode corner for the gradient in my siggy!
ISTILLMAKESTUFF
Scratcher
500+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

Scratch uses blockly, doesn't it?

Very first post- https://scratch.mit.edu/discuss/topic/565039/ And no, I am totally not embarassed about it. (Especially the blocks)

Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

ISTILLMAKESTUFF wrote:

Scratch uses blockly, doesn't it?
im pretty sure it does

Marc92020
i do stuff

image updates whenever i check
88135074
Scratcher
59 posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

Snap! = BYOB
when green flag clicked :: control

broadcast @greenFlag :: control //Forces the user to click the green flag

when I am [ v] :: control hat //Based on the mouse pointer

when <> :: control hat //Activates the script when the boolean is true

warp{
} :: #9C9C9C //Runs the script inside extremely fast while not letting other scripts run while it runs

play sound [ v]

(new sound (Sample list :: list) at [48000 v]Hz :: sound) //Is a sound based on "Sample list"

(microphone [samples v] :: sensing) //A list of all the microphone samples

(microphone [ v] :: sensing) //Sensing block needing a microphone

report () :: events cap //When a block () or <> runs, this in the script does the output.

when I start as a clone :: events

for (I) = (1) to (10){
} :: control loop //Keeps count of script variable "I" from 1 to 10 -- In the loop can contain the script variable "I"

script variables (I) :: #9C9C9C //Makes a script variable "I" -- Can be used only in the script

when green flag clicked :: control //This script displays the currently recorded sound waves forever, like an oscilloscope
forever //Makes it run until the stop sign is clicked
go to x: (-240) y: (item (1) of (microphone [samples v] :: sensing) :: list)
pen down
warp{
for (I) = (1) to (microphone [resolution v] :: sensing){
go to x: ((x position) + ((480) / (microphone [resolution v] :: sensing))) y: (item (I) of (microphone [samples v] :: sensing))
} :: control
} :: #9C9C9C //Makes the "for" loop run extremely fast
pen up
end

Last edited by 88135074 (June 5, 2022 19:47:47)


Scr@tch is amazing!
kccuber
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

I found a mod called Vexcode VR or something, it allows you to code a virtual robot, and it looks like it's a heavily modded Scratch. Emphasis on heavily. It has boolean variables, 2d lists, and all that cool stuff.


Made using Nord Theme & Inkscape
Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

kccuber wrote:

I found a mod called Vexcode VR or something, it allows you to code a virtual robot, and it looks like it's a heavily modded Scratch. Emphasis on heavily. It has boolean variables, 2d lists, and all that cool stuff.
cool! can you link it here?

Marc92020
i do stuff

image updates whenever i check
CST1229
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

Marc92020 wrote:

(#90)

kccuber wrote:

I found a mod called Vexcode VR or something, it allows you to code a virtual robot, and it looks like it's a heavily modded Scratch. Emphasis on heavily. It has boolean variables, 2d lists, and all that cool stuff.
cool! can you link it here?
Probably https://vr.vex.com/.
Also, through Ctrl+F-ing some keywords from a built version of the Scratch code, this looks to be more like a custom language that uses scratch-blocks than a Scratch mod.

Last edited by CST1229 (June 6, 2022 15:55:25)


This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

CST1229 wrote:

Marc92020 wrote:

(#90)

kccuber wrote:

I found a mod called Vexcode VR or something, it allows you to code a virtual robot, and it looks like it's a heavily modded Scratch. Emphasis on heavily. It has boolean variables, 2d lists, and all that cool stuff.
cool! can you link it here?
Probably https://vr.vex.com/.
Also, through Ctrl+F-ing some keywords from a built version of the Scratch code, this looks to be more like a custom language that uses scratch-blocks than a Scratch mod.
i added it to block based languages

Marc92020
i do stuff

image updates whenever i check
Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

*proceeds to wait for new mods to come in*
reminder: if you own any mods, you can submit them here

Marc92020
i do stuff

image updates whenever i check
21chickenwings
Scratcher
11 posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

BYOB is nowcalled Snap!

go to x1: (0) x2: (0) x3:(0) x4:(0) x5:(0) x6: (0) x7: (0) x8:(0) x9:(0) x10:(0):: motion ;
// string theory
say((Hello)::grey ring)
Hi
when green flag clicked
DELETE ALL KUMQUATS :: control
-o_o :: sensing boolean
Kumquats are chinese
try:
     del Kumquats() # DELETE KUMQUATS


Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

21chickenwings wrote:

BYOB is nowcalled Snap!
snap when it was byob still exists
for a matter of fact i have it downloaded

Marc92020
i do stuff

image updates whenever i check
CST1229
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

21chickenwings wrote:

(#94)
BYOB is nowcalled Snap!
They are not one and the same - BYOB is a Scratch mod, while Snap! is a reimplementation (not a Scratch mod.)

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



hammertogaem5436
Scratcher
14 posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

keep quoting this message and say “keep quoting this message”
bunnyCoder16
Scratcher
500+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

hammertogaem5436 wrote:

keep quoting this message and say “keep quoting this message”
keep quoting this message

Last edited by bunnyCoder16 (June 25, 2022 22:30:58)


Highlight this text and Ctrl + Shift + Down
Do not click this

Thanks to the Water Otters for the amazing banner
Also thanks to @PeriwinkleVibes for making the banner



Thanks to Wolf Shop for the amazing banner
Also thanks to @Lunarsister for making the banner
Marc92020
Scratcher
1000+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

hammertogaem5436 wrote:

keep quoting this message and say “keep quoting this message”
no

bunnyCoder16 wrote:

hammertogaem5436 wrote:

keep quoting this message and say “keep quoting this message”
keep quoting this message
no

Marc92020
i do stuff

image updates whenever i check
bunnyCoder16
Scratcher
500+ posts

(NEW) List of Scratch Mods and other Block Based Programming Languages

Marc92020 wrote:

hammertogaem5436 wrote:

keep quoting this message and say “keep quoting this message”
no

bunnyCoder16 wrote:

hammertogaem5436 wrote:

keep quoting this message and say “keep quoting this message”
keep quoting this message
no
why??????

Highlight this text and Ctrl + Shift + Down
Do not click this

Thanks to the Water Otters for the amazing banner
Also thanks to @PeriwinkleVibes for making the banner



Thanks to Wolf Shop for the amazing banner
Also thanks to @Lunarsister for making the banner

Powered by DjangoBB