Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » The Official Guide to the Scratchblocks Plugin
- Mariolover2024
-
20 posts
The Official Guide to the Scratchblocks Plugin
Eater{
(X_X)
}:: grey
Last edited by Mariolover2024 (Nov. 13, 2024 23:05:20)
- Create-Scratch101
-
500+ posts
The Official Guide to the Scratchblocks Plugin
He means like add it in the define, not outside. I don’t think it is…(#20)it works
Hey is it possible to add comments to a define block?//I want to add this
define to this
define but it gives me //this?
- abubriski
-
500+ posts
The Official Guide to the Scratchblocks Plugin
Is there a way to specifically choose color-filtered or non-color-filtered blocks using the scratchblocks?
- abubriski
-
500+ posts
The Official Guide to the Scratchblocks Plugin
Have these symbols ever been featured in Scratch/scratch blocks? ……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::variables
Last edited by abubriski (Nov. 14, 2024 21:40:09)
- 8to16
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
(#135)they were in scratchblocks the whole time, and they are used in snap!, which scratchblocks is designed to be compatible with
Have these symbols ever been featured in Scratch/scratch blocks?
Last edited by 8to16 (Nov. 14, 2024 21:45:27)
- -tnt_
-
29 posts
The Official Guide to the Scratchblocks Plugin
when green flag clicked
forever
()
rest for () beats
end
- Create-Scratch101
-
500+ posts
The Official Guide to the Scratchblocks Plugin
We know you’re excited about 3.0 blocks in the forums, however please don’t test them here. You can go to the testing topic here!
Thanks for being considerate, and have an incredible day!
Thanks for being considerate, and have an incredible day!
Last edited by Create-Scratch101 (Nov. 17, 2024 12:15:10)
- Peneren
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
Adding a “(” at the beginning of a reporter block gives it a red highlight.
gives you
((variable)
((variable)
- 8to16
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
(#137)This isn't intentional, and it can also break stuff (the double brackets in backdrop block are an oversight)
Adding a “(” at the beginning of a reporter block gives it a red highlight.gives you((variable)((variable)
think ((backdrop [number v]::looks) for (2) secs
- idkeeeeeerkg4
-
88 posts
The Official Guide to the Scratchblocks Plugin
((move () steps)
Last edited by idkeeeeeerkg4 (Nov. 19, 2024 01:33:33)
- MarsChompsVenus
-
100+ posts
The Official Guide to the Scratchblocks Plugin
Did anyone else notice that now forum blocks look like the actual blocks? Not 2.0?
- Create-Scratch101
-
500+ posts
The Official Guide to the Scratchblocks Plugin
We have, thanks. Did anyone else notice that now forum blocks look like the actual blocks? Not 2.0?
Edit: KING OF THE PAGE
Last edited by Create-Scratch101 (Nov. 20, 2024 15:21:36)
- idkeeeeeerkg4
-
88 posts
The Official Guide to the Scratchblocks Plugin
when @greenFlag clicked :: #000
as soon as <key e pressed? :: #000> then :: #FF00FF
wait until <not <key e pressed? :: #000>> then :: #467
create clone of [myself] :: #456
create clone of [fnf n o t e] :: #345
summon [god] :: #385
- han614698
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
Yes. Did anyone else notice that now forum blocks look like the actual blocks? Not 2.0?
- Mariolover2024
-
20 posts
The Official Guide to the Scratchblocks Plugin
(do () for (2) seconds ::gray)
Last edited by Mariolover2024 (Nov. 21, 2024 00:42:37)
- stokrotka_sp58_13
-
31 posts
The Official Guide to the Scratchblocks Plugin
How can i make a colored inside to a text input?
but when i do it with text input it's
like this (number input::looks)::motion cat
but when i do it with text input it's
like this [text input::looks]::motion cat
- han614698
-
1000+ posts
The Official Guide to the Scratchblocks Plugin
You have to replace the brackets with parentheses - that’s the only way. How can i make a colored inside to a text input?like this (number input::looks)::motion cat
but when i do it with text input it'slike this [text input::looks]::motion cat
- Discussion Forums
- » Help with Scripts
-
» The Official Guide to the Scratchblocks Plugin