Discuss Scratch

PlatoHero_
Scratcher
500+ posts

BBC code

I've seen many times the word BBC code here in the Scratch forums, so, here is a ful list of my questions:
What is it?
How can I use it?
Can somebody make programms inside forums with it?
If yes, would that make the Scratch forum lag?

Last edited by PlatoHero_ (Jan. 18, 2021 08:57:27)

mysterious-neutron
Scratcher
1000+ posts

BBC code

BBCode is the ability to custom texts. You are using it even now!

It is like you use [b][/b] We bolden your text
[center][/center] will centralize your text
vivilua
Scratcher
45 posts

BBC code

  1. bbcode (short for bulletin board code) are formatting tags people use on the forums, similar to html. as the post above says, you use tags around the text you want to format and scratch converts them into the specified text. you're currently using bbcode [scratchblocks][/scratchblocks] in your signature right now!

  2. when you type out a message you can see icons above the text field. these are for bbcode! you put the text you want to be formatted between the starting and ending tag and when you click the checkmark you're able to preview your text! you can tell which of the tags are the ending one because they have a slash before it, like this: [/insert tag here]

  3. these are still just pieces of text, so the scratch blocks you see on the forums are unable to run inside the forums themselves. i have heard of programs that can convert the scratchblocks on the forum into actual scripts, though.

here is a more detailed article on how to use bbcode, i recommend giving it a read!
thenumberblockslove
Scratcher
54 posts

BBC code

when green flag clicked
if <(CBeebies) = ((Cbeebies) + (97104))> then
say [woo we did it]
end
-Kat_Kafe
Scratcher
500+ posts

BBC code

it makes your posts cool.

[b]bold text[/b]
bold text

[i]italics[/i]
italics

[u]underlined text[/u]
underlined text

[s]strikethrough[/s]
strikethrough



[list]
[*] point
[*] point
[*] point
[/list]
  • point
  • point
  • point

[url=insert-link-here]whatever it will be named[/url]
whatever it will be named

Powered by DjangoBB