ProgrammingFreak wrote:
Pecola1 wrote:
ssss wrote:
Renamed Rocket -_-;( I liked RKT. Lets call it both, otherwise U know what will happen.
You quit or its Ribbit.
(I doubt the latter one.)
Uh oh, its happening! JK LOL XD
Offline
Pecola1 wrote:
ProgrammingFreak wrote:
Pecola1 wrote:
sparks wrote:
Non-librarians are welcome to add help with the library by working on new ideas - librarians are just there to keep the library updated
What we need is an online program that can edit the contents of the Scratch smalltalk browser. The program would be able to give a user a list of blocks with checkbox options as to which blocks they want - then add the code for those blocks to the correct section of that copy of Scratch before providing a download link to it. No idea if that's possible. If a patches system is possible to easily use with normal Scratch that will be very cool, I've wanted to find a way to make Scratch blocks downloadable too for ages!YAY! BTW yall, I have been sick, so I just got a 2-3 hour nap. That felt good, I wonder if i can do my SAT tomorrow? I feel better. [/offTopicness] Let me tell you a problem we will run into and a way too solve it. By making a patch, you cannot simply add to a method, only overwrite it, so for the blockspec, we cannot do. UNLESS we make a dialog which would tell you, "This will over right any block you have made beside ones you download, is that okay?" How do we fix it, we simply make it so each block has its own blockspec, for example the say nothing would be:
sayNothingBlockspec
^( 'looks' ('say nothing' #- #sayNothing) )And we could simply have a beginning patch for you to download which would have at the end
This it will also make all the blockspecs, but they will all be blank, until you download that block.Hope you feel better!
SAT? What grade are you in?
So it reports a block. Cool!I am in 7th, LOL, in break time I started writing squeak for the new download feature and my friend next to me (who was also done) was like, "What the..." I WROTE ON THE PAPER I'll tell you later... its a programming code called Squeak Smalltalk. Later he thought i had said squeaky talk, and I told him what it really was and...[/offTOPIC]
I thought about what we can do, we could simply make a place named findCustomDropdown: and it would go at the end of uncoloredArgMorphFor:. The method would be like uncolored arg morph for only it would contain only the custom ones, it would on the first download (THE ORIGINAL PATCH) make all the drop-downs and at the end it would have report the default number drop-down. I have some questions, should we make a remove custom block option? Also an export block?
Oh, I thought the SAT was for high school. I'm in 7th also.
lol
Offline
ProgrammingFreak wrote:
Pecola1 wrote:
ProgrammingFreak wrote:
Hope you feel better!
SAT? What grade are you in?
So it reports a block. Cool!I am in 7th, LOL, in break time I started writing squeak for the new download feature and my friend next to me (who was also done) was like, "What the..." I WROTE ON THE PAPER I'll tell you later... its a programming code called Squeak Smalltalk. Later he thought i had said squeaky talk, and I told him what it really was and...[/offTOPIC]
I thought about what we can do, we could simply make a place named findCustomDropdown: and it would go at the end of uncoloredArgMorphFor:. The method would be like uncolored arg morph for only it would contain only the custom ones, it would on the first download (THE ORIGINAL PATCH) make all the drop-downs and at the end it would have report the default number drop-down. I have some questions, should we make a remove custom block option? Also an export block?Oh, I thought the SAT was for high school. I'm in 7th also.
lol
Oh... sorry, it was Stanford not the real SAT, I should have made it clear, Stanford goes from like 2nd to high school.
Offline
Pecola1 wrote:
ProgrammingFreak wrote:
Pecola1 wrote:
I am in 7th, LOL, in break time I started writing squeak for the new download feature and my friend next to me (who was also done) was like, "What the..." I WROTE ON THE PAPER I'll tell you later... its a programming code called Squeak Smalltalk. Later he thought i had said squeaky talk, and I told him what it really was and...[/offTOPIC]
I thought about what we can do, we could simply make a place named findCustomDropdown: and it would go at the end of uncoloredArgMorphFor:. The method would be like uncolored arg morph for only it would contain only the custom ones, it would on the first download (THE ORIGINAL PATCH) make all the drop-downs and at the end it would have report the default number drop-down. I have some questions, should we make a remove custom block option? Also an export block?Oh, I thought the SAT was for high school. I'm in 7th also.
lolOh... sorry, it was Stanford not the real SAT, I should have made it clear, Stanford goes from like 2nd to high school.
Oh.
Offline
Guys (and gals if there are any) once I get on a scratch computer I will make a test block download, but for now I can't do anything.
Offline
Pecola1 wrote:
Guys (and gals if there are any) once I get on a scratch computer I will make a test block download, but for now I can't do anything.
Great! I don't think there are any female librarians.
Offline
scimonster wrote:
Pecola1 wrote:
Guys (and gals if there are any) once I get on a scratch computer I will make a test block download, but for now I can't do anything.
Great! I don't think there are any female librarians.
what if i were one? LOL JK XD I am not.
Offline
Pecola1 wrote:
scimonster wrote:
Pecola1 wrote:
Guys (and gals if there are any) once I get on a scratch computer I will make a test block download, but for now I can't do anything.
Great! I don't think there are any female librarians.
what if i were one? LOL JK XD I am not.
You've said that already. XD
Offline
Pecola1 wrote:
scimonster wrote:
Pecola1 wrote:
Guys (and gals if there are any) once I get on a scratch computer I will make a test block download, but for now I can't do anything.
Great! I don't think there are any female librarians.
what if i were one? LOL JK XD I am not.
I actually thought you were before.
Offline
xIIV wrote:
Pecola1 wrote:
scimonster wrote:
Great! I don't think there are any female librarians.what if i were one? LOL JK XD I am not.
I actually thought you were before.
How? He acts such like a boy. XD
Offline
sparks wrote:
[/offtopic]
Yes.
Offline
New block!
(I actually got this one from LS97, but I thought that it would be a good idea to have it here. Thank you LS97!)
(sprite name) block
sensing
Returns the sprites name. Could be useful in cloning projects, or in a project in which a sprite is duplicated a lot.
Blockspec:
('sprite name' #r #objName)
Thank you!
Offline
Jahava wrote:
New block!
(I actually got this one from LS97, but I thought that it would be a good idea to have it here. Thank you LS97!)
(sprite name) block
sensing
Returns the sprites name. Could be useful in cloning projects, or in a project in which a sprite is duplicated a lot.
Blockspec:Code:
('sprite name' #r #objName)Thank you!
Oh yeah, no coding is required.
Offline
scimonster wrote:
xIIV wrote:
Pecola1 wrote:
what if i were one? LOL JK XD I am not.
I actually thought you were before.
How? He acts such like a boy. XD
[offTopic]
*clears thought* I will take that as a compliment...
[/offTopic]
Last edited by Pecola1 (2011-04-26 19:25:25)
Offline
Jahava wrote:
Jahava wrote:
New block!
(I actually got this one from LS97, but I thought that it would be a good idea to have it here. Thank you LS97!)
(sprite name) block
sensing
Returns the sprites name. Could be useful in cloning projects, or in a project in which a sprite is duplicated a lot.
Blockspec:Code:
('sprite name' #r #objName)Thank you!
Oh yeah, no coding is required.
OK. I'll add that soon.
Offline
I've noticed some discrepancies in the Panther block layout, some have a what this block does heading, others don't. Should we abolish them, assuming the block name is clear enough description to save space, add a description to all of them to make it clearer, even if the block is very clear, or replace it with an other notes section beneath some of the blocks if we feel more clarification is needed?
Offline
Other notes.
Offline
See Panther > control for an example. Look ok?
~~Sparks
Last edited by YourLocalBlockLib (2011-04-27 09:04:31)
Offline
No: CAPITALIZE THE FIRST LETTER OF A SENTENCE!!!!!!!!!!!!!!!!11!!one!
How about changing it from "Other notes" to "Notes" instead?
Last edited by scimonster (2011-04-27 09:10:36)
Offline
Yes. I'm getting on to help.
Offline
work from the colors up so we don't clash
~~Sparks
Last edited by YourLocalBlockLib (2011-04-27 09:34:40)
Offline