(blocks) block

grouping by category

ok. I guess it might report itself too

yes, that is right.

That would require extra effort in the JS code, since we have no provision for ringifying hat blocks.

The instruction for ringifying a block is actually the same for every kind of block, so it doesn't really.

um, I managed to put Hat blocks in grey rings.

this.scripts.children

um–what?

in a js block
you made that in the

that reports all the scripts, not all the blocks in the block pallet.

Oh!You want all of the functions!
this.parentThatIsA(StageMorph).globalBlocks
returns all the definitions
only for custom blocks no primitives

did you mis copy?

dont do parens after globalblocks

I get


when I try that.

Type it in the console then
Or add new List()
Just like sathvikrias

where do I put new List()

return new List(this.parentThatIsA(StageMorph).globalBlocks)

I get


that does not work at all for local sprite custom blocks.

There is no need for those rings.
This project was the first iteration implementing the @cymplecy idea to drop blocks from the local menu, not from the palette.
Blocks created this way
easy blocks.2 script pic
can be dragged to the script area without extra rings