Sorry if I'm like, the hundreth person to post this.
Welcome to Scratch!
This is a basic introductory to what Scratch is.
Scratch is a program where you can make games, animations, and music.
You can post your creation online, so others of the Scratch community can see them!
Downlod is free.
I hope you enjoy Scratch!
Offline
Nice post! Maybe, you should describe some more things about Scratch, like its galleries, etc.
Offline
Smilies
The following tags change the appearance of text:
Bold text produces Bold text
Underlined text produces Underlined text
Italic text produces Italic text
Red text produces Red text
Blue text produces Blue text
Quotes
If you want to quote someone, you should use the quote tag.
James wrote:
This is the text i want to quote.
produces a quote box like this:
James wrote:
This is the text i want to quote.
If you don't want to quote anyone in particular, you can use the quote tag without specifying a name.
This is the text i want to quote.
produces a quote box like this:
This is the text i want to quote.
Code
When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags.
This is some code.
produces a code box like this:
Code:
This is some code.Nested tags
BBCode can be nested to create more advanced formatting. For example:
Bold, underlined text produces Bold, underlined text
Smilies
If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:
and produces
and produces
and produces
and produces
and produces
produces
produces
produces
produces
produces
produces
produces
Scratch Blocks
To add Scratch Blocks to your forum post type [blocks] before the blocks that you want to add and [/blocks] after. In between [blocks] and [/blocks] type in the name of the block you want to add as listed below.
Motion Looks Sound Pen Control Sensing Numbers Variables
Motion
<move( produces
)steps> produces
<turn cw( produces
<turn ccw( produces
)degrees> produces
<point in direction( produces
<point towards( produces
<go to x produces
)y produces
<go to[ produces
<glide( produces
)secs to x produces
<change x by( produces
<set x to( produces
<change y by( produces
<set y to( produces
<if on edge, bounce> produces
<x position> produces
<y position> produces
<direction> produces
Looks
<switch to costume[ produces
<next costume> produces
<say[ produces
]for( produces
)secs> produces
<think[ produces
<change[ produces
]effect by( produces
<set[ produces
]effect to( produces
<clear graphic effects> produces
<change size by( produces
<set size to( produces
)%> produces
<size> produces
<show> produces
<hide> produces
<go to front> produces
<go back( produces
)layers> produces
Sound
<play sound[ produces
]and wait> produces
<stop all sounds> produces
<play drum( produces
)for( produces
<play note( produces
<set instrument to( produces
Pen
<clear> produces
<pen down> produces
<pen up> produces
<change pen color by( produces
<set pen color to( produces
<change pen shade by( produces
<set pen shade to( produces
<change pen size by( produces
<set pen size to( produces
<stamp> produces
Control
<when green flag clicked> produces
<when[ produces
]key pressed> produces
]clicked> produces
<wait( produces
<forever> produces
<repeat( produces
<broadcast[ produces
]and wait c> produces
<when I receive[ produces
<forever if> produces
<if> produces
<end> produces
<else> produces
<wait until> produces
<repeat until> produces
<stop script> produces
<stop all> produces
Sensing
<mouse x> produces
<mouse y> produces
<mouse down?> produces
<key[ produces
]pressed?> produces
<touching[ produces
<touching color[ produces
<color[ produces
]is over[ produces
<distance to[ produces
<reset timer> produces
<timer> produces
<loudness> produces
<loud?> produces
Numbers
(( produces
)) produces
<+> produces
<-> produces
<*> produces
</> produces
<pick random( produces
)to( produces
<( produces
)> produces
<<> produces
<=> produces
<>> produces
<< produces
>> produces
<and> produces
<or> produces
<not> produces
<mod> produces
<abs( produces
<round( produces
Variables
<change{ produces
}by( produces
<set{ produces
}to( produces
<{ produces
}> produces
Offline
<when green flag clicked> <wait( 0 )secsc> <repeat until> It works<play note( -5535 )for( e35 )secss>
Offline