Discuss Scratch

8to16
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

Mazeman4 wrote:

(#20)
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?
it works
Mariolover2024
New Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

hany wrote:

Eater{
(X_X)
}:: grey


Last edited by Mariolover2024 (Nov. 13, 2024 23:05:20)

Create-Scratch101
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

8to16 wrote:

Mazeman4 wrote:

(#20)
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?
it works
He means like add it in the define, not outside. I don’t think it is…
abubriski
Scratcher
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?
8to16
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

han614698 wrote:

(#1)
Please test out your new scratchblocks skills here, not on this topic.
could you make this text bigger and maybe red because people are ignoring it and proceeding to test scratchblocks on this topic
abubriski
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

han614698 wrote:

Input Addition and Deletion
If you want to add the symbol to delete and add inputs to a block, you have to type the codes @delInput or @addInput.
create variable [foo] [bar] @delInput @addInput::variables
produces
create variable [foo] [bar] @delInput @addInput::variables
Have these symbols ever been featured in Scratch/scratch blocks?

Last edited by abubriski (Nov. 14, 2024 21:40:09)

8to16
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

abubriski wrote:

(#135)
Have these symbols ever been featured in Scratch/scratch blocks?
they were in scratchblocks the whole time, and they are used in snap!, which scratchblocks is designed to be compatible with

Last edited by 8to16 (Nov. 14, 2024 21:45:27)

abubriski
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

8to16 wrote:

abubriski wrote:

(#135)
Have these symbols ever been featured in Scratch/scratch blocks?
they were in scratchblocks the whole time, and they are used in snap!, which scratchblocks is designed to be compatible with
Oh, cool thank you.
-tnt_
Scratcher
29 posts

The Official Guide to the Scratchblocks Plugin

when green flag clicked
forever
()
rest for () beats
end
Create-Scratch101
Scratcher
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!

Last edited by Create-Scratch101 (Nov. 17, 2024 12:15:10)

Peneren
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

Adding a “(” at the beginning of a reporter block gives it a red highlight.
((variable)
gives you
((variable)
8to16
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

Peneren wrote:

(#137)
Adding a “(” at the beginning of a reporter block gives it a red highlight.
((variable)
gives you
((variable)

This isn't intentional, and it can also break stuff (the double brackets in backdrop block are an oversight)
think ((backdrop [number v]::looks) for (2) secs
idkeeeeeerkg4
Scratcher
88 posts

The Official Guide to the Scratchblocks Plugin

((move () steps)

Last edited by idkeeeeeerkg4 (Nov. 19, 2024 01:33:33)

MarsChompsVenus
Scratcher
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
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

MarsChompsVenus wrote:

Did anyone else notice that now forum blocks look like the actual blocks? Not 2.0?
We have, thanks.

Edit: KING OF THE PAGE

Last edited by Create-Scratch101 (Nov. 20, 2024 15:21:36)

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

The Official Guide to the Scratchblocks Plugin

MarsChompsVenus wrote:

Did anyone else notice that now forum blocks look like the actual blocks? Not 2.0?
Yes.
Mariolover2024
New Scratcher
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
Scratcher
31 posts

The Official Guide to the Scratchblocks Plugin

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's

like this [text input::looks]::motion cat
han614698
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

stokrotka_sp58_13 wrote:

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's

like this [text input::looks]::motion cat
You have to replace the brackets with parentheses - that’s the only way.

Powered by DjangoBB