Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How do you make custom C blocks in the scratch forums?
- NamePending_
-
100+ posts
How do you make custom C blocks in the scratch forums?
^^^
If you don't understand what it means, how do you create a customized C block in the forums? I'm talking about
Any help would be very much appreciated
If you don't understand what it means, how do you create a customized C block in the forums? I'm talking about
if <> thenbut with a different thing at the top.
end
Any help would be very much appreciated

- anireal
-
7 posts
How do you make custom C blocks in the scratch forums?
[scratchblocks]
stuff{
things
}
[/scratchblocks]
stuff{see scratchblocks syntax here:
things
}
https://en.scratch-wiki.info/wiki/Block_Plugin/Syntax
Last edited by anireal (March 24, 2024 23:49:07)
- NamePending_
-
100+ posts
How do you make custom C blocks in the scratch forums?
test{Thank you so much!
test :: looks
} :: control

Last edited by NamePending_ (March 24, 2024 23:50:21)
- Malicondi
-
1000+ posts
How do you make custom C blocks in the scratch forums?
see this post, as it explains it quite well, but you use curly brackets:
{
}
to make c blocks, like this:
turns into this:
{
}
to make c blocks, like this:
this isn't a real block {
} :: motion
this isn't a real block {You can also add stacked blocks, or inputs and other things inside of the c block, and extend them:
} :: motion
a (stacked :: stack hat pen){
} long <inputted ::variables>{
} c block :: custom-arg
a (stacked :: stack hat pen){the wiki also has an article on how to do so.
} long <inputted ::variables>{
} c block :: custom-arg
- NamePending_
-
100+ posts
How do you make custom C blocks in the scratch forums?
Thank you all so much!
- Discussion Forums
- » Questions about Scratch
-
» How do you make custom C blocks in the scratch forums?