Discuss Scratch
- ACE009
-
100+ posts
Scratch Block Libraries
Good point, espically if they added folders to the backpack. Then the folders could just be dragged in and all the applicable contents are added. Good idea, but can't you use the backpack?
- chexbox
-
100+ posts
Scratch Block Libraries
The block libraries would mean that all the scripts could be added at once - without taking up the space. Good idea, but can't you use the backpack?
_____
Would the library be saved with the project? Or would it need to load it separately?
Last edited by chexbox (May 23, 2018 01:09:49)
- LuckyLucky7
-
1000+ posts
Scratch Block Libraries
It would be saved with any project you make, unless you would want to delete the block from the library, which would require right-clicking or shift-clicking.The block libraries would mean that all the scripts could be added at once - without taking up the space. Good idea, but can't you use the backpack?
_____
Would the library be saved with the project? Or would it need to load it every seperatly?
Last edited by LuckyLucky7 (May 22, 2018 19:35:17)
- Happysoul05
-
100+ posts
Scratch Block Libraries
full support. i've been thinking about this but..
You can make extensions be your libraries (that requies javascript knowledge and developer mind).
You can make extensions be your libraries (that requies javascript knowledge and developer mind).
Last edited by Happysoul05 (May 23, 2018 11:20:07)
- LuckyLucky7
-
1000+ posts
Scratch Block Libraries
As long as the extensions are your extensions, since they are custom blocks but not the color of them, you can make them a library. full support. i've been thinking about this but..
You can make extensions be your libraries (that requires javascript knowledge and developer mind).
- PkmnQ
-
1000+ posts
Scratch Block Libraries
I don't see how this is wrong, although I can deal with having to look for a single block in a sea of lots of them, so semi-support! Block Libraries are sections of blocks in one category, similar to how adding extensions works.
Whenever you define a block, sometimes, the block is very useful and commonly used, like this block:switch costume to [previous costume v]::custom
What if you can make your own block libraries?
Your Block Libraries would be in the “More Blocks” category.
For example:The definitions of the blocks would be saved in a Scratch server.Gliding Blocksglide to [Sprite1 v] in a [zigzag v] pattern::custom
glide to edge::custom
You could also backpack libraries by selecting the library(the whole library would be in a box), then dragging them to your backpack.
And by the way, those blocks with dropdowns? Hard to make.
- LuckyLucky7
-
1000+ posts
Scratch Block Libraries
I just used those blocks as examples.I don't see how this is wrong, although I can deal with having to look for a single block in a sea of lots of them, so semi-support! -snip-
And by the way, those blocks with dropdowns? Hard to make.
You can't actually make dropdowns using custom blocks unless you hack those blocks.
- TheAdriCoolManDude
-
1000+ posts
Scratch Block Libraries
Support! I need to put the same custom blocks in a lot of projects!
- space_elephant
-
500+ posts
Scratch Block Libraries
support! in almost all of my projects I have a block like this
define copy (input) into (output)and it would be nice not to have to put a define script in every sprite all the time
if <not<(input)=(output)>> then
delete (all v) of (output)
clear counter
repeat(length of (input) :: list)
incr counter
add (item (noop::) of (input) :: list) to (output)
end
end
copy [list1 v] into [list2 v]
- MrFluffyPenguins
-
1000+ posts
Scratch Block Libraries
Support! I have this problem a LOT with the projects I'm working on
- MrFluffyPenguins
-
1000+ posts
Scratch Block Libraries
Support! Although, if this was added, would the library be there in other projects? Like, if you made the library on one project, would the library be on another project as well?
- LuckyLucky7
-
1000+ posts
Scratch Block Libraries
Yes. Support! Although, if this was added, would the library be there in other projects? Like, if you made the library on one project, would the library be on another project as well?