Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » The Official Guide to the Scratchblocks Plugin
- Create-Scratch101
-
500+ posts
The Official Guide to the Scratchblocks Plugin
https://www.youtube.com/watch?v=PhYUREj6wZ8Do not test YouTube links here. You are not allowed to TEST YouTube links on the forums.
- Matikiscool
-
100+ posts
The Official Guide to the Scratchblocks Plugin
Deleted by Matikiscool.
Last edited by Matikiscool (Aug. 23, 2024 11:57:34)
- -tnt_
-
20 posts
The Official Guide to the Scratchblocks Plugin
Hello
Last edited by -tnt_ (Aug. 24, 2024 09:55:36)
- -tnt_
-
20 posts
The Official Guide to the Scratchblocks Plugin
…
Last edited by -tnt_ (Aug. 24, 2024 09:57:18)
- -tnt_
-
20 posts
The Official Guide to the Scratchblocks Plugin
when green flag clicked
forever
if <(username) < [???????]> then
pen down
forever
point towards [ v]end
- Rock-Joen
-
48 posts
The Official Guide to the Scratchblocks Plugin
Can you please give me the colors I can choose from? Thanks!
- JQuinnproductions
-
26 posts
The Official Guide to the Scratchblocks Plugin
I'm not testing it I'm bypassing the link so I don't get muted for 5 minuteshttps://www.youtube.com/watch?v=PhYUREj6wZ8Do not test YouTube links here. You are not allowed to TEST YouTube links on the forums.
- arya50
-
100+ posts
The Official Guide to the Scratchblocks Plugin
The Official Guide to the Scratchblocks PluginPlease test out your new scratchblocks skills here, not on this topic.Note: If you're new to the scratchblocks plugin, I highly recommend you read all of Section 1 first so you do not get confused.Table of ContentsOther/Older Topics
- A guide to [Scratchblocks] and other BBCode help by @Techno-CAT (Oct 1, 2014)
- ITopic: Everything you never knew about [scratchblocks]! by @theonlygusti (Oct 5, 2014)
- The Official BBCode Guide 2.0 by @Create-Scratch101
- CURRENT: The Official Guide to the Scratchblocks Plugin by @han614698 (May 15, 2024)
Credits
@Paddle2See for giving me permission here.
@Zydrolic for an image.
@Techno-CAT for a lot of the content (completely rewritten by me).
@theonlygusti for some ideas.
@Create-Scratch101 for inspiration.
@Maximouse for working with me and several others on my main source I used.
@Gamerboy1023 for some scratchblocks text that I then didn't have to make myself.
Hi there!
Could you make a bot on scratch?
- han614698
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
Please create your own topic in Questions about Scratch, thanks. Hi there!
Could you make a bot on scratch?
- -tnt_
-
20 posts
The Official Guide to the Scratchblocks Plugin
when green flag clicked
forever
if <(username) = [eyisiuma]> then
say [(^o^)]
say [hello elysiuma] for (2) secs
Last edited by -tnt_ (Aug. 28, 2024 01:03:01)
- Create-Scratch101
-
500+ posts
The Official Guide to the Scratchblocks Plugin
when green flag clickedforever
if <(username) = [eyisiuma]> then
say [(^o^)]
say [hello elysiuma] for (2) secs
Please test Scratchblocks here.
- josephineriel
-
29 posts
The Official Guide to the Scratchblocks Plugin
no-one has said anything in a while. did anyone check out my project?? my new discussion??
- bleveru
-
20 posts
The Official Guide to the Scratchblocks Plugin
well some people did. no-one has said anything in a while. did anyone check out my project?? my new discussion??
- -tnt_
-
20 posts
The Official Guide to the Scratchblocks Plugin
when green flag clicked
forever
if <(username) = [yzyk-TWICE]> then
forever
go to [ v]
pen down
set pen color to [#92b086]
end
else
stop [ v]
end
Last edited by -tnt_ (Aug. 29, 2024 00:57:23)
- 17Domin0
-
100+ posts
The Official Guide to the Scratchblocks Plugin
When you said “curly brackets” you meant bracesSection 3 - Advanced SyntaxSUBSECTION ONE - DEVELOPING NEW BLOCKSCustom ColoringTo create custom coloring on a block, you must add a preset color or hex code after the block.
The preset colors available are the following:
- motion
- looks
- sound
- pen
- variables
- list
- events
- control
- sensing
- operators
- custom
- custom-arg
- extension
- grey
- obsolete
producescool new block::custom-argcool new block::custom-argCustom ShapesIn order to create custom shapes, you have to put one of the below types of block after two colons (::).
- hat
- stack
- ring
- boolean
- reporter
- cap
produceswhen green flag clicked::capwhen green flag clicked::capStacking Custom Colors and BlocksIf you want to have a custom shape and color of a block, you can stack the two above properties.produceswhen project ends::grey reporterwhen project ends::grey reporterCustom CTo create a custom C block, you have to use curly brackets to separate the lines.producesrepeat (forever v){
move (10) blocks
}and ever::controlrepeat (forever v){
move (10) steps
}and ever::controlSUBSECTION TWO - INSERTABLE IMAGESGreen FlagIf you want to add a Green Flag to a block, you have to type the code @greenFlag.produces<@greenFlag clicked?::control><@greenFlag clicked?::control>Input Addition and DeletionIf you want to add the symbol to delete and add inputs to a block, you have to type the codes @delInput or @addInput.producescreate variable [foo] [bar] @delInput @addInput::variablescreate variable [foo] [bar] @delInput @addInput::variablesLoop ArrowIf you want to add a loop arrow to a block, you have to type the code @loopArrow.producesif <[1]=[1]> then repeat (10){
. . .
} @loopArrow::controlif <[1]=[1]> then repeat (10){
. . .
} @loopArrow::control
- Honey_Dreamz
-
100+ posts
The Official Guide to the Scratchblocks Plugin
This is really helping me tbh, good job on the sticky man
- Discussion Forums
- » Help with Scripts
-
» The Official Guide to the Scratchblocks Plugin