Discuss Scratch

Paddle2See
Scratch Team
1000+ posts

Official [scratchblocks] Testing Topic 3

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 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
Scratcher
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
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

when green flag clicked
say [Hello world!]
thecoder321
Scratcher
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
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

(removed because i could have blockspammed)

and i seem to be on the first page

Last edited by SausageMcSauce (Sept. 12, 2020 12:57:55)

Jeffalo
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

when green flag clicked
say [hello world!]
SquirreIstar
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

Ninth!
when green flag clicked
say [hello, world!]
JackDude_e
Scratcher
50 posts

Official [scratchblocks] Testing Topic 3

when green flag clicked
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
yay 10th post

Last edited by JackDude_e (Sept. 12, 2020 13:54:18)

garnetluvcookie
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

11th!

when green flag clicked
say [yay]
4096bits
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

Test for blocks in blocks
run (say [block in a block test] :: stack :: looks) :: control
w h a t it works - 12th post

Last edited by 4096bits (Sept. 12, 2020 14:19:01)

RVJORDI
Scratcher
46 posts

Official [scratchblocks] Testing Topic 3

 [#cb065e]
xXRedTheCoderXx
Scratcher
1000+ posts

Official [scratchblocks] Testing Topic 3

when green flag clicked :: stack :: events
stop [all v] :: control :: hat
( ͡° ͜ʖ ͡°)
mrkeith101
Scratcher
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
Scratcher
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
Scratcher
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
Scratcher
16 posts

Official [scratchblocks] Testing Topic 3

MeowyTitan08 wrote:

f o u r t h

when (::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
Scratcher
23 posts

Official [scratchblocks] Testing Topic 3

hmm lemme try

when green flag clicked
broadcast [Hi v]
CuckieScratchycuff
Scratcher
100+ posts

Official [scratchblocks] Testing Topic 3

Paddle2See wrote:

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

Here is my script:
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
Scratcher
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
Scratcher
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:

all at once :: control

end

Yes:

all at once {
} :: control

To make the
all at once {
} :: control
block, you need to type this:

[scratchblocks]
all at once {
} :: control
[/scratchblocks]

Powered by DjangoBB