Discuss Scratch

clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Welcome to SBS - Scratch block share
SBS Site
SBS is a place to share your costum blocks

Requirements to be a member:
●More than 1 month on scratch
●Scratcher
●Only that!
_____________________________________________________________________________________________________________________

To be a member:
●Your estimation about your experience on Scratch
●What type of blocks you are going to make (If the blocks can't be clasificed say “Others” Random is also supported)
●Frequency of making blocks
____________________________________________________________________________________________________________________

Sharing blocks:
You will be a editor of the website, so edit!
Post on this topic with the scratchblocks tag

Members:
clubpenguin552222
Pencilmaster

Pencilmaster wrote:

●Well, quite advanced as opposed to me being on Scratch 2 years ago
●Technical stuff, variables etc
●Once a week at least

Last edited by clubpenguin552222 (Sept. 30, 2013 22:57:35)


<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Bump

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

bUmp

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

buMp

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

bumP

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

bump Bump…

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

bump bUmp

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

bump buMp

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
Kurt_Colwell
Scratcher
7 posts

SBS - Scratch Block Share

bump

I'm also on
<<Minecraft> and <PSN>>
ID: Kurt_Colwell

Steam ID: kurtcolwell
wait until <People add/meet me>

NOTICE ME SENPAI !!!
Pencilmaster
Scratcher
58 posts

SBS - Scratch Block Share

Bumpabumpedybump… sure! I'll volunteer!

Scratch 2.0 is finally NOT like the HL3 of the Scratch team!
Do not fear, Teh is here!
It's my website!
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Pencilmaster wrote:

Bumpabumpedybump… sure! I'll volunteer!
Well, read the first post, please

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
Pencilmaster
Scratcher
58 posts

SBS - Scratch Block Share

●Well, quite advanced as opposed to me being on Scratch 2 years ago
●Technical stuff, variables etc
●Once a week at least

Scratch 2.0 is finally NOT like the HL3 of the Scratch team!
Do not fear, Teh is here!
It's my website!
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Pencilmaster wrote:

●Well, quite advanced as opposed to me being on Scratch 2 years ago
●Technical stuff, variables etc
●Once a week at least
Tatatattattatatatattatattatt! You are an member! Post here the blocks with the scratchblocks tag!

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
Pencilmaster
Scratcher
58 posts

SBS - Scratch Block Share

clubpenguin552222 wrote:

Pencilmaster wrote:

●Well, quite advanced as opposed to me being on Scratch 2 years ago
●Technical stuff, variables etc
●Once a week at least
Tatatattattatatatattatattatt! You are an member! Post here the blocks with the scratchblocks tag!
The one thing I never understood was the Scratchblocks tag. Could you help me out?

Scratch 2.0 is finally NOT like the HL3 of the Scratch team!
Do not fear, Teh is here!
It's my website!
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Pencilmaster wrote:

clubpenguin552222 wrote:

Pencilmaster wrote:

●Well, quite advanced as opposed to me being on Scratch 2 years ago
●Technical stuff, variables etc
●Once a week at least
Tatatattattatatatattatattatt! You are an member! Post here the blocks with the scratchblocks tag!
The one thing I never understood was the Scratchblocks tag. Could you help me out?
Scratchblocks2 formmating syntnax
Test scratchblocks2

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
Pencilmaster
Scratcher
58 posts

SBS - Scratch Block Share

Volume Slider

OK, so first you should make a variable called “volume”. Then, make it so that the variable “volume” shows anywhere on the main menu. Once that's done, make it so that the variable “volume” is a slider. Done that? Great! Just add this code to any sprite that emits sound:

when green flag clicked
set [volume v] to [50]
forever
set volume to (volume)%
end

Last edited by Pencilmaster (Sept. 30, 2013 22:52:30)


Scratch 2.0 is finally NOT like the HL3 of the Scratch team!
Do not fear, Teh is here!
It's my website!
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

Pencilmaster wrote:

Volume Slider

OK, so first you should make a variable called “volume”. Then, make it so that the variable “volume” shows anywhere on the main menu. Once that's done, make it so that the variable “volume” is a slider. Done that? Great! Just add this code to any sprite that emits sound:

when green flag clicked
set [volume v] to [50]
forever
set volume to (volume)%
end
Well, it's a costum block

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center
salazarscratch
Scratcher
51 posts

SBS - Scratch Block Share

define talk to my self
create clone of (myself)
change y By (50
point in direction (90)
forever
say

when I start as a clone
forever
say

Salazarscratch

Salazarscratch. Don't i look good?? ??
JesusLover_99
Scratcher
100+ posts

SBS - Scratch Block Share

salazarscratch wrote:

define talk to my self
create clone of (myself)
change y By (50
point in direction (90)
forever
say

when I start as a clone
forever
say

Salazarscratch
Try this…

define talk to myself
create clone of (myself)
change y By (50
point in direction (90)
forever
say [hello]

when I start as a clone
forever
say [hello]

What you did wrong was you forgot to add the “scratchblocks” tag! Easy fix, just do that and you'll be scratchblocking in no time!
Other than that a funny script!
P.S. I changed the “helo” to “hello”.

Last edited by JesusLover_99 (Oct. 17, 2013 22:47:52)


I am starting a small business called Smiles Across The U.S.
clubpenguin552222
Scratcher
100+ posts

SBS - Scratch Block Share

salazarscratch wrote:

define talk to my self
create clone of (myself)
change y By (50
point in direction (90)
forever
say

when I start as a clone
forever
say
you needto be a member

<Scratch block share> <- Click on that
Projects i really love: CAA14's Engine center

Powered by DjangoBB