@Sparks and others
how about for the glossary we make it link to a sound, for INSTANCE (I love cheesy jokes) instance would be
Instance: Commonly misunderstood word... not sure what it means myself, please do post a lamen's terms explanation for this!
~Pecola1
Last edited by YourLocalBlockLib (2011-04-02 13:48:14)
Offline
Run:
This basically means the block or script is doing what it does. There will be a white line around the blocks when they are running.
Number (argument): A white, oval shaped area in a block where you can type numbers, commas/periods, and the negative sign, but no other keyboard symbols. (Such as the (( )+( )) block.) Here is what can be typed: 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, -, ,, ..
String: A white, rectangular area in a block where you can type text. (Such as the "say [hello]" block.)
~Pecola1
Last edited by YourLocalBlockLib (2011-04-02 13:55:02)
Offline
Hardmath123 wrote:
Code:
('freeze Scratch for %n' #- #freeze:)Code:
freeze: t1 t1 = 0 ifTrue: [^self] self freeze: t1-1Note: the block above does not take the numerical value as seconds (10 would be extremely short. On my Mac, I need 1000 or more to register around 0.01-0.02 secs).
The code should be:
freeze: t1
t1 = 0 ifTrue: [^self].
self freeze: t1-1
I get the space low error.
I would make it:
freeze: t1
t1 = 0 ifTrue: [^self].
self freeze: t1-1 *1000
Or something like that.
Offline
I was thinking, should we make the old Welcome to your local block library the moderator discussion thread? That way there will be more from users of the Block library, rather than librarians asking where to put blocks and shelves.
Offline
I added 3 new C blocks in Scratch Control. Hope you all like 'em! And yes they are tested.
~Pecola1
Offline
Here are somethings that were forgotten.
SSBBM wrote:
What do you think of a page for the librarians and/or the history of the library.
sparks wrote:
Oh yes, I forgot to add the updates archive!
I'm thinking, what are people's thoughts on rather than having a link back to the block home at the bottom of each pallet catagory, we put small images too? Here, I'll mockup:
______________________________
^back to Scratch blocks
^back to contents
█ █ █ █ █ █ █ █
sparks wrote:
...I kinda want both [userpages and project] How about something along the lines of
Sparks About Sparks
SSBBM wrote:
I asked if Pecola if he wanted to share his webbly account since it's mostly used for this. Sci or sparks (I can't remember who) suggested that we make an account just for the block library.
So,
A: What do you think of a post for the history of the library.
B: Are we going to add the block categories at the end of a page?
C: Do we want both userpages and project?
D: Are we going to make a Webbly account.
Last edited by SSBBM (2011-04-04 12:14:23)
Offline
SSBBM wrote:
Here are somethings that were forgotten.
SSBBM wrote:
What do you think of a page for the librarians and/or the history of the library.
sparks wrote:
Oh yes, I forgot to add the updates archive!
I'm thinking, what are people's thoughts on rather than having a link back to the block home at the bottom of each pallet catagory, we put small images too? Here, I'll mockup:
______________________________
^back to Scratch blocks
^back to contents
█ █ █ █ █ █ █ █sparks wrote:
...I kinda want both [userpages and project] How about something along the lines of
Sparks About SparksSSBBM wrote:
I asked if Pecola if he wanted to share his webbly account since it's mostly used for this. Sci or sparks (I can't remember who) suggested that we make an account just for the block library.
So,
A: What do you think of a post for the history of the library.
B: Are we going to add the block categories at the end of a page?
C: Do we want both userpages and project?
D: Are we going to make a Webbly account.
I say all of the above.
Offline
how do i open it
Offline
Open what
Offline
Can you make the code for the "link to website" block?
Offline
Either edit the "open Scratch Homepage" block in Scratch control blocks or use the code for block [2] in the Panther part of the library (second block in the control category). It's always a good idea to have a look through the blocks and see if what you're looking for exists!
Offline
sparks wrote:
Either edit the "open Scratch Homepage" block in Scratch control blocks or use the code for block [2] in the Panther part of the library (second block in the control category). It's always a good idea to have a look through the blocks and see if what you're looking for exists!
Can I use the panther way in scratch?
Offline
Offline
thebuilderdd wrote:
sparks wrote:
Either edit the "open Scratch Homepage" block in Scratch control blocks or use the code for block [2] in the Panther part of the library (second block in the control category). It's always a good idea to have a look through the blocks and see if what you're looking for exists!
Can I use the panther way in scratch?
Sort of, it is a little different, but you can.
Offline
SSBBM wrote:
I asked if Pecola if he wanted to share his webbly account since it's mostly used for this. Sci or sparks (I can't remember who) suggested that we make an account just for the block library.
We should make a seperate one, I also have been using it for any post I post with pictures.
Offline
Pecola1 wrote:
SSBBM wrote:
I asked if Pecola if he wanted to share his webbly account since it's mostly used for this. Sci or sparks (I can't remember who) suggested that we make an account just for the block library.
We should make a seperate one, I also have been using it for any post I post with pictures.
I figured.
Offline
SSBBM wrote:
Pecola1, do you want us to add new images to you webbly account or would you rather not give away your password?
Rather not use my account. (My pass is for everything except scratch, then sparks could get into my email account!)
Offline
Pecola1 wrote:
SSBBM wrote:
Pecola1, do you want us to add new images to you webbly account or would you rather not give away your password?
Rather not use my account. (My pass is for everything except scratch, then sparks could get into my email account!)
That's fine. So a new Weebly account it is! Whose e-mail are we using? Or we could make a new one for the library.
Offline
SSBBM wrote:
Pecola1 wrote:
SSBBM wrote:
Pecola1, do you want us to add new images to you webbly account or would you rather not give away your password?
Rather not use my account. (My pass is for everything except scratch, then sparks could get into my email account!)
That's fine. So a new Weebly account it is! Whose e-mail are we using? Or we could make a new one for the library.
Not mine! Maybe a new one for the Library.
Offline