Discuss Scratch
- Discussion Forums
- » New Scratchers
- » How To Use The Scratch Forum
- CoolPenguin10
-
Scratcher
30 posts
How To Use The Scratch Forum
If you're a new user, then welcome to Scratch! If you've been here before, then welcome back! The forum may seem kind of hard to use, so I decided to make a post explaining the forum and all of its cool features.
Making a Post
It's very easy to make a post. First, select a forum. These help sort all of the cool posts people make into organized groups. Next, click the “Make a topic” button. You'll be redirected to the topic editor. From there, you can simply write away, add some code, and do whatever. Once you're done, click the checkmark to see how your post looks. Cool, right? When you press enter, the bottom screen is updated to match your post.
Formatting Text
You can use special tags, kind of like HTML, to format your text. Here are the corresponding tags:
Scratch Blocks
Scratch blocks can be embedded into your post with this code:
I hope that helps, because that's about it. I hope you enjoy Scratch!
Edit 1: I've added some more stuff that I've found.
Making a Post
It's very easy to make a post. First, select a forum. These help sort all of the cool posts people make into organized groups. Next, click the “Make a topic” button. You'll be redirected to the topic editor. From there, you can simply write away, add some code, and do whatever. Once you're done, click the checkmark to see how your post looks. Cool, right? When you press enter, the bottom screen is updated to match your post.
Formatting Text
You can use special tags, kind of like HTML, to format your text. Here are the corresponding tags:
[b] Bold
[i] Italics
[u] Underline
[s] Strikethrough
[big] Big text
[small] Small text
[list] Bulleted list
[list=a] Numbered list (a = starting number)
[*] List item
[code] Inline code
[quote] Blockquote
[url=b] Link (x = Link location)
[img] Image
[scratchblocks] Scratch blocks
[color=c] Color (c = HTML color)
[/code] Ends tags
Scratch Blocks
Scratch blocks can be embedded into your post with this code:
[scratchblocks]
move (10) steps
say [Hello!] for (2) secs
ask [What's your username?] and wait
if <(answer) = (username)> then
say [Cool!]
else
say [That's not your username!]
end
[/scratchblocks]
when green flag clickedIf the code does not match an existing block, then it will use the “obsolete” formatting. You can force a color of a block by entering two colons (“::”) at the end and a type in lowercase:
move (10) steps
say [Hello!] for (2) secs
ask [What's your username?] and wait
if <(answer) = (username)> then
say [Cool!]
else
say [That's not your username!]
end
motion::motionYou can also force the type of a boolean or variable, too.
looks::looks
sound::sound
pen::pen
events::events
control::control
sensing::sensing
operators::operators
variables::variables
list::list
custom::custom
grey::grey
extension::extension
obsolete::obsolete
custom color [0A0A0A]::#0A0A0A
if <condition::operators> then
set [waht v] to (ddd::motion)
end
if <condition::operators> thenThis is how you can add more to your blocks:
set [waht v] to (ddd::motion)
end
(10) Numbers
(size) Variables
[Hello World!] Text
[#FF0000] Color
[thing v] Dropdown
<condition> Boolean
thing { code } Shape of if-then-else, repeat blocks
//Oof Comment
::hat Shape of "When" blocks
::cap Shape of "End" blocks
I hope that helps, because that's about it. I hope you enjoy Scratch!
Edit 1: I've added some more stuff that I've found.
Last edited by CoolPenguin10 (March 25, 2019 12:44:26)
- Savannah1790
-
Scratcher
47 posts
How To Use The Scratch Forum
Thx
! I really needed some help!
! I really needed some help!when green flag clicked
forever
:Imagine:
:Progam:
:Share:
end
- Discussion Forums
- » New Scratchers
-
» How To Use The Scratch Forum