This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-23 16:59:02

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

How do you download block library blocks for Scratch???

I still don't know how you download Scratch blocks from the block library and import them... With BYOB, they had sprites with the code. In Scratch Blocks, they have blockspecs and code - what does this mean and how do I get Block Library Scratch Blocks?


2.0 coming soon...

Offline

 

#2 2012-02-23 17:06:44

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: How do you download block library blocks for Scratch???

tlangster wrote:

I still don't know how you download Scratch blocks from the block library and import them... With BYOB, they had sprites with the code. In Scratch Blocks, they have blockspecs and code - what does this mean and how do I get Block Library Scratch Blocks?

It's very long and complicated.  Do you know:

1.  How to turn off fill-screen?
2.  How to open the browser?
3.  How to navigate the browser?
4.  How to save changes to the code?
5.  How to save the image file?

Offline

 

#3 2012-02-23 17:58:59

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: How do you download block library blocks for Scratch???

Greenatic wrote:

tlangster wrote:

I still don't know how you download Scratch blocks from the block library and import them... With BYOB, they had sprites with the code. In Scratch Blocks, they have blockspecs and code - what does this mean and how do I get Block Library Scratch Blocks?

It's very long and complicated.  Do you know:

1.  How to turn off fill-screen?
2.  How to open the browser?
3.  How to navigate the browser?
4.  How to save changes to the code?
5.  How to save the image file?

1.yes
2.yes
3.yes
4.but not for blocks
5.yes

So how do you do it?


2.0 coming soon...

Offline

 

#4 2012-02-23 18:11:58

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: How do you download block library blocks for Scratch???

tlangster wrote:

Greenatic wrote:

tlangster wrote:

I still don't know how you download Scratch blocks from the block library and import them... With BYOB, they had sprites with the code. In Scratch Blocks, they have blockspecs and code - what does this mean and how do I get Block Library Scratch Blocks?

It's very long and complicated.  Do you know:

1.  How to turn off fill-screen?
2.  How to open the browser?
3.  How to navigate the browser?
4.  How to save changes to the code?
5.  How to save the image file?

1.yes
2.yes
3.yes
4.but not for blocks
5.yes

So how do you do it?

OK, at least you know how to mod.  OK then:

Blockspecs:

1.  Navigate to Scratch-Objects.  Select one of the following:

ScratchSpriteMorph: sprite-only blocks
ScratchStageMorph: stage-only blocks
ScripatbleScratchMorph: blocks for both

Remember, all motion blocks go in ScratchSpriteMorph.  Also, note that sensing and looks blocks for both need to be placed in both ScratchSpriteMorph and ScratchStageMorph, not in ScriptableScratchMorph.

2.  Click class, and navigate to the category "block specs".
3.  Find the name of the category (i.e. 'motion').  The blockspecs for the blocks are listed in order there.  Paste in a blockspec inside the category, wherever you want it (remember, the order determines where the block will appear on the pallette).
4.  Save changes.

Methods:

1.  Navigate to ScratchSpriteMorph, ScratchStageMorph, or ScriptableScratchMorph, and select the category for your block, such as 'motion ops'.  If you don't find one, you can always use 'other ops', or put it anywhere--it doesn't really matter, and the seperate categories are just for organization.  Also, methods in ScriptableScratchMorph are available to ScratchSpriteMorph and ScratchStageMorph.
2.  Create a new method.  Paste in the code from the library.
3.  Save changes.

Don't forget to save the image!   smile

Offline

 

#5 2012-02-23 20:43:22

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: How do you download block library blocks for Scratch???

Greenatic wrote:

tlangster wrote:

Greenatic wrote:


It's very long and complicated.  Do you know:

1.  How to turn off fill-screen?
2.  How to open the browser?
3.  How to navigate the browser?
4.  How to save changes to the code?
5.  How to save the image file?

1.yes
2.yes
3.yes
4.but not for blocks
5.yes

So how do you do it?

OK, at least you know how to mod.  OK then:

Blockspecs:

1.  Navigate to Scratch-Objects.  Select one of the following:

ScratchSpriteMorph: sprite-only blocks
ScratchStageMorph: stage-only blocks
ScripatbleScratchMorph: blocks for both

Remember, all motion blocks go in ScratchSpriteMorph.  Also, note that sensing and looks blocks for both need to be placed in both ScratchSpriteMorph and ScratchStageMorph, not in ScriptableScratchMorph.

2.  Click class, and navigate to the category "block specs".
3.  Find the name of the category (i.e. 'motion').  The blockspecs for the blocks are listed in order there.  Paste in a blockspec inside the category, wherever you want it (remember, the order determines where the block will appear on the pallette).
4.  Save changes.

Methods:

1.  Navigate to ScratchSpriteMorph, ScratchStageMorph, or ScriptableScratchMorph, and select the category for your block, such as 'motion ops'.  If you don't find one, you can always use 'other ops', or put it anywhere--it doesn't really matter, and the seperate categories are just for organization.  Also, methods in ScriptableScratchMorph are available to ScratchSpriteMorph and ScratchStageMorph.
2.  Create a new method.  Paste in the code from the library.
3.  Save changes.

Don't forget to save the image!   smile

Thank you!!!


2.0 coming soon...

Offline

 

#6 2012-02-23 21:37:01

tlangster
Scratcher
Registered: 2011-09-18
Posts: 100+

Re: How do you download block library blocks for Scratch???

How do you create a new method (last question, you've solved most)?


2.0 coming soon...

Offline

 

#7 2012-02-24 08:47:11

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: How do you download block library blocks for Scratch???

tlangster wrote:

How do you create a new method (last question, you've solved most)?

Navigate to the category (not a specific method), paste in the code, and save changes.   smile

Offline

 

#8 2012-07-16 11:13:54

Edwardscrach
Scratcher
Registered: 2012-07-14
Posts: 64

Re: How do you download block library blocks for Scratch???

how do you download blocks?


http://mag.racked.eu/mcimage/i6000/Achievement+got%21/edwardscrach+is+cool%21%21%21/mca.pnghttp://mag.racked.eu/mcimage/i46/Achievement+got%21/This+text+is+random.../mca.pnghttp://mag.racked.eu/mcimage/i6001/Achievement+got%21/Zombies%21%21%21/mca.pnghttp://mag.racked.eu/mcimage/i94/Achievement+got%21/I+love+Minecraft%21/mca.png

Offline

 

#9 2012-07-16 13:33:10

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: How do you download block library blocks for Scratch???

Edwardscrach wrote:

how do you download blocks?

Read the above posts, please. Also this hasn't been posted on in 5 months.

Offline

 

Board footer