Discuss Scratch
- Discussion Forums
- » Show and Tell
- » JackBaldwin2011's Fan-made Block Forum!
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
Hi everyone! You can post whatever you want
And this forum is for fanmade blocks like this:

And this forum is for fanmade blocks like this:
once{or this:
}::control
<<> xor <>::operators>or even this:
for each ((var)::control) in (1) to (10){
}::control
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
(☁ list::list)
repeat while moving to x:() y:(){
}@loopArrow::motion
<<> nand <>::operators>
(mouse location::sensing)
while <>{
}::control
<(Sprite1 v) is touching (mouse-pointer v)?::sensing>
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
if <> then stop [this script v]:: cap control
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
What does this block do?jump::motion
- MoreJackBaldwin2011
-
10 posts
JackBaldwin2011's Fan-made Block Forum!
It makes the sprite jumpWhat does this block do?jump::motion
- MoreJackBaldwin2011
-
10 posts
JackBaldwin2011's Fan-made Block Forum!
An easy workaround is this:It makes the sprite jumpWhat does this block do?jump::motion
repeat (5)
change y by (10)
end
repeat (5)
change y by (-10)
end
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
reset variable [var v]::variables
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
(counter::control)
increment counter::control
clear counter::control
set counter to ()::control
deplete counter::control
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
quiet?::sensing boolean//if the value of loudness is below 30
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
This block is like the opposite of thequiet?::sensing boolean//if the value of loudness is below 30
loud?::boolean sensingblock. The
loud?::boolean sensingblock reports if the loudness value is above 30, but the
quiet?::boolean sensingblock reports that the loudness value is below 30.
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
If you want to test scratchblocks please do it in the scratchblocks testing topicWhy?
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
(color [#221daa]::sensing)
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
OkAn easy workaround is this:It makes the sprite jumpWhat does this block do?jump::motion
repeat (5)
change y by (10)
end
repeat (5)
change y by (-10)
end
- JackBaldwin2011
-
77 posts
JackBaldwin2011's Fan-made Block Forum!
forever if <>{
}@loopArrow::control cap
- -JetGas-
-
3 posts
JackBaldwin2011's Fan-made Block Forum!
Wow JackBaldwin2011! I didn't know you had a forum!
Anyways here is my block:

Anyways here is my block:
(negate ()::operators)

- Discussion Forums
- » Show and Tell
- » JackBaldwin2011's Fan-made Block Forum!