Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Official [scratchblocks] Testing Topic 3
- Paddle2See
-
1000+ posts
Official [scratchblocks] Testing Topic 3
Use this topic to test out the [scratchblocks] tag on the forums!
You can also use the preview button (green check button) to test out Scratchblocks as you create your post.

Please do not repeatedly spam this thread or try to make ongoing stories, though. Once you are familiar with the plugin, please stop posting here. Also, please don't make massive scripts that kill the browser - be considerate of your fellow Scratchers
If you want to convert a script in a project, please use apple502j's Scratch 3.0 converter or blob8108's Scratch 2.0 converter.
Also, check out blob8108's Scratchblocks test page.
For more information on the Scratchblocks formatting syntax, see the topic in the Wiki
or, this nice tutorial topic by @theonlygusti
Credit to @jvvg for the original topic on these forums.
Credit to @78ch3 (with help from others) for hosting a version of the topic here
Link to the last version of the topic
when green flag clicked
say [Test out Scratchblocks!!!]
You can also use the preview button (green check button) to test out Scratchblocks as you create your post.

Please do not repeatedly spam this thread or try to make ongoing stories, though. Once you are familiar with the plugin, please stop posting here. Also, please don't make massive scripts that kill the browser - be considerate of your fellow Scratchers

If you want to convert a script in a project, please use apple502j's Scratch 3.0 converter or blob8108's Scratch 2.0 converter.
Also, check out blob8108's Scratchblocks test page.
For more information on the Scratchblocks formatting syntax, see the topic in the Wiki
or, this nice tutorial topic by @theonlygusti
Credit to @jvvg for the original topic on these forums.
Credit to @78ch3 (with help from others) for hosting a version of the topic here
Link to the last version of the topic
Last edited by Paddle2See (Sept. 14, 2020 17:37:51)
- bran-renaissance
-
28 posts
Official [scratchblocks] Testing Topic 3
HALLO :: events hat
EVERYBODY
say [I HAVE WRITTEN THE FIRST POST YAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYY] for (2) secs
Last edited by bran-renaissance (Sept. 12, 2020 12:01:41)
- Za-Chary
-
1000+ posts
Official [scratchblocks] Testing Topic 3
when green flag clicked
say [Hello world!]
- thecoder321
-
100+ posts
Official [scratchblocks] Testing Topic 3
Fifth
when the green flag is clicked
when [thecoder321 v] key pressed
say [I never use scratchblocks..how does this work?] for (2) secs
Last edited by thecoder321 (Sept. 12, 2020 12:57:21)
- SausageMcSauce
-
1000+ posts
Official [scratchblocks] Testing Topic 3
(removed because i could have blockspammed)
and i seem to be on the first page
and i seem to be on the first page
Last edited by SausageMcSauce (Sept. 12, 2020 12:57:55)
- Jeffalo
-
1000+ posts
Official [scratchblocks] Testing Topic 3
when green flag clicked
say [hello world!]
- SquirreIstar
-
1000+ posts
Official [scratchblocks] Testing Topic 3
Ninth!
when green flag clicked
say [hello, world!]
- JackDude_e
-
50 posts
Official [scratchblocks] Testing Topic 3
when green flag clickedyay 10th post
say [ O hai ] for (3) secs
think [oh cool a new scratch blocks forum yay] for (2) secs
eat peanut butter at 2 am in the morning lol
go to sleep at 3 am in the morning while eating peanut butter
wake up at 10 am wondering why you were eating peanut butter
go back to sleeping lol
Last edited by JackDude_e (Sept. 12, 2020 13:54:18)
- garnetluvcookie
-
1000+ posts
Official [scratchblocks] Testing Topic 3
11th!
when green flag clicked
say [yay]
- 4096bits
-
1000+ posts
Official [scratchblocks] Testing Topic 3
Test for blocks in blocks
run (say [block in a block test] :: stack :: looks) :: controlw h a t it works - 12th post
Last edited by 4096bits (Sept. 12, 2020 14:19:01)
- xXRedTheCoderXx
-
1000+ posts
Official [scratchblocks] Testing Topic 3
when green flag clicked :: stack :: events
stop [all v] :: control :: hat( ͡° ͜ʖ ͡°)
- mrkeith101
-
500+ posts
Official [scratchblocks] Testing Topic 3
when green flag clicked
set [browser v] to (scratch.mit.edu) :: variables
START [CODING v] :: motion
15 i think
Last edited by mrkeith101 (Sept. 12, 2020 14:36:28)
- the-yacine-os-maker
-
30 posts
Official [scratchblocks] Testing Topic 3
Guys look, you can actually make the closest thing to square blocks in the Scratch Blocks Plugin, check it out:
((Example Square :: custom) :: custom ring) // To get this, type ((Example Square :: custom) :: custom ring).
- 64lu
-
1000+ posts
Official [scratchblocks] Testing Topic 3
should there be a link to this topic on the last one?
block in a block (???:: stack :: #000000) :: control
- PandaLikeBamb
-
16 posts
Official [scratchblocks] Testing Topic 3
f o u r t hwhen (::reporter) clicked ::events hat
This script is [impossible v] ::operators
no it isn't,
when green flag clicked
forever
reset timer
end
when [timer] > (0.1)
broadcast [stop] and wait
stop [all]
when I receive [STOP]
...
Last edited by PandaLikeBamb (Sept. 12, 2020 15:44:06)
- BeepBeepImaSheep010
-
23 posts
Official [scratchblocks] Testing Topic 3
hmm lemme try
when green flag clicked
broadcast [Hi v]
- CuckieScratchycuff
-
100+ posts
Official [scratchblocks] Testing Topic 3
Here is my script: Use this topic to test out the [scratchblocks] tag on the forums!when green flag clicked
say [Test out Scratchblocks!!!]
You can also use the preview button (green check button) to test out Scratchblocks as you create your post.
Please do not repeatedly spam this thread or try to make ongoing stories, though. Once you are familiar with the plugin, please stop posting here. Also, please don't make massive scripts that kill the browser - be considerate of your fellow Scratchers
If you want to convert a script in a project, please use blob8108's converter.
Also, check out blob8108's Scratchblocks test page.
For more information on the Scratchblocks formatting syntax, see the topic in the Wiki
or, this nice tutorial topic by @theonlygusti
Credit to @jvvg for the original topic on these forums.
Credit to @78ch3 (with help from others) for hosting a version of the topic here
Link to the last version of the topic
when green flag clicked
set [speed y v] to [0]
forever
change [speed y v] by (-1)
change y by (speed y)
Touch Ground
if <key [left arrow v] pressed> then
Walk (-90) (-4)
end
if <key [right arrow v] pressed> then
Walk (90) (4)
end
end
define Touch Ground
repeat until <not <touching [Ground v]>>
set [speed y v] to [0]
change y by (1)
end
define Walk (direction) (speed)
- meyouandscratch
-
28 posts
Official [scratchblocks] Testing Topic 3
I have a signature that uses scratchblocks.
Last edited by meyouandscratch (Sept. 12, 2020 16:43:40)
- the-yacine-os-maker
-
30 posts
Official [scratchblocks] Testing Topic 3
For people who don't know how to make Custom C-Shape blocks in the Scratch Blocks Plugin:
No:
Yes:
To make the
[scratchblocks]
all at once {
} :: control
[/scratchblocks]
No:
all at once :: control
end
Yes:
all at once {
} :: control
To make the
all at once {block, you need to type this:
} :: control
[scratchblocks]
all at once {
} :: control
[/scratchblocks]
- Discussion Forums
- » Help with Scripts
-
» Official [scratchblocks] Testing Topic 3