sparks wrote:
I believe someone has already tried to share this block. We turned it down on the basis that it can be done with single existing blocks
I see why you would say that, however, that is like taking off the move () steps block, without it using the scripts it not only takes more space, but will not run smoothly and take longer. There are more blocks on the library that are easily done without, but we put them on, the ({Scramble^} [hello world]) for example. I don't think it is very fair to turn this down but not the others. And BTW, I believe PF was the one who tried to share it. It didn't work before because it used # rather than self.
PAGE 117!
Last edited by Pecola1 (2011-06-23 14:10:10)
Offline
Pecola1 wrote:
jslomba wrote:
also, %z is already taken by the fraction menu.
I believe only %Z was shared not %z.
No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)
Offline
jslomba wrote:
Pecola1 wrote:
jslomba wrote:
also, %z is already taken by the fraction menu.
I believe only %Z was shared not %z.
No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)
Great idea! We can change pf's to %Z then.
All it is is:
%j %T %G %X %z
Ones not added %Z
There may be more that are not added, I am a bit busy now, I don't know if something as small as this should require a whole post.
OPEN:
%B, %E, %F, %J, %K, %y, and %Y
Last edited by Pecola1 (2011-06-24 12:16:07)
Offline
Pecola1 wrote:
jslomba wrote:
Pecola1 wrote:
I believe only %Z was shared not %z.No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)Great idea! I will start putting that up. We can change pf's to %Z then.
thanks!
Offline
jslomba wrote:
Pecola1 wrote:
jslomba wrote:
No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)Great idea! I will start putting that up. We can change pf's to %Z then.
thanks!
I can't put it up yet, but I have the list above your post.
Offline
('host mesh' #startHostingScratchSession)
('join mesh' #joinScratchSession)
('leave mesh' #exitScratchSession)
('show IP address' #showNetworkAddress)
No changes needed. I have a question: DId you already upload a block library for scratch to download and import with this block importer tool?
Offline
Offline
jslomba wrote:
johnnydean1 wrote:
jslomba wrote:
new BYOB block:http://megamod.weebly.com/uploads/7/1/5 … 828539.gif
scripts:
http://megamod.weebly.com/uploads/7/1/5 … 92.gif?523What is the point of sharing that, as it can be made using very basic scripts - and it only useful for certain games?
It's a faster script to save dragging all those 'if' blocks.
use a broadcast.
Offline
jslomba wrote:
Pecola1 wrote:
jslomba wrote:
also, %z is already taken by the fraction menu.
I believe only %Z was shared not %z.
No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)
That is a wonderful idea. Like, a little chart that goes
%s string
%n number
%g effect
ect. ....
It would help people who are confused about which is which. (like me)
Offline
TuragaTreeko wrote:
jslomba wrote:
Pecola1 wrote:
I believe only %Z was shared not %z.No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)That is a wonderful idea. Like, a little chart that goes
%s string
%n number
%g effect
ect. ....
It would help people who are confused about which is which. (like me)
no, it's so two blocks that don't have the same dropdowns that share %z won't get glitched if someone uses both of them.
Offline
TuragaTreeko wrote:
jslomba wrote:
Pecola1 wrote:
I believe only %Z was shared not %z.No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)That is a wonderful idea. Like, a little chart that goes
%s string
%n number
%g effect
ect. ....
It would help people who are confused about which is which. (like me)
Sparks has something like that, it shows panther and scratch, IDK where it is though... sparks?
Offline
jslomba wrote:
TuragaTreeko wrote:
jslomba wrote:
No, it was %z. Maybe you could add a section to the library that has all the %somethings so nobody gets
Confused. (sent from iPhone)That is a wonderful idea. Like, a little chart that goes
%s string
%n number
%g effect
ect. ....
It would help people who are confused about which is which. (like me)no, it's so two blocks that don't have the same dropdowns that share %z won't get glitched if someone uses both of them.
all it would do is use the first one on the list of droppdowns. It would skip the second, so if you put one that had s as it letter, it would just turn into a string insert because the string insert is the first on the list in uncoloredArgMorphFor:.
Offline
Hello Everyone!
I just got back from camp so I haven't been at my computer for a week. I doesn't look like I missed much that I care about.
Joefarebrother,
Great block I'll have to test this out!
Offline
Welcome Back!!
Also, I have some new blocks:
<---Don't know why it's not working.
Blockspec:
('%n max %n' #r #val:max: #- 10) ('%n min %n' #r #val:min: #- 0)
Code:
val: t1 max: t2 t2 > t1 ifTrue: [^ t1]. ^ t2
val: t1 min: t2 t2 < t1 ifTrue: [^ t1]. ^ t2
Simple, yet useful.
Last edited by hello12345678910 (2011-06-25 13:07:04)
Offline
hello12345678910 wrote:
Welcome Back!!
Also, I have some new blocks:
http://postimage.org/image/adu2k8lg/<---Don't know why it's not working.
http://s1.postimage.org/adz16a2s/yhfthf.gif
Blockspec:Code:
('%n max %n' #r #val:max: #- 10) ('%n min %n' #r #val:min: #- 0)Code:
Code:
val: t1 max: t2 t2 > t1 ifTrue: [^ t1]. ^ t2Code:
val: t1 min: t2 t2 < t1 ifTrue: [^ t1]. ^ t2Simple, yet useful.
these are the same as the 'greater of %n and %n' and 'lesser of %n and %n' blocks.
Offline
jslomba and I made a new block:
blockspec:
('go in between x: %n y: %n and x: %n y: %n' #- #betweenX:Y:X:Y:)
code:
betweenX: t1 Y: t2 X: t3 Y: t4 | newX newY | newX_ (t1 + t3) / 2. newY_ (t2 + t4) / 2. self referencePosition: newX @ newY
EDIT 6-26-11: Fixed code! The t2 and t3 were swapped by accident.
Last edited by Greenatic (2011-06-26 12:30:10)
Offline
hello12345678910 wrote:
Welcome Back!!
Also, I have some new blocks:
<---Don't know why it's not working.
Blockspec:Code:
('%n max %n' #r #val:max: #- 10) ('%n min %n' #r #val:min: #- 0)Code:
Code:
val: t1 max: t2 t2 > t1 ifTrue: [^ t1]. ^ t2Code:
val: t1 min: t2 t2 < t1 ifTrue: [^ t1]. ^ t2Simple, yet useful.
Fixed the image.
Offline
whizzer wrote:
I've installed the block importer, but how do you use it to import a block?
We haven't figured out how to import a block yet, sorry. If you can, that would be greatly appreciated!
Offline
whizzer wrote:
I've installed the block importer, but how do you use it to import a block?
What block importer are you talking about?
Offline
YourLocalBlockLib wrote:
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png
.
. http://www.weebly.com/uploads/5/4/1/3/5 … 826509.gif
. http://www.weebly.com/uploads/5/4/1/3/5 … 041909.gif
. http://www.weebly.com/uploads/5/4/1/3/5 … 428862.gif
Welcome to your block library! One of the most important and beloved features of Scratch are the blocks, and a great deal of time and effort has gone into making the blocks you see. When building Scratch, the team specifically designed the code so that it would be as easy as possible to add new blocks, and many people have done just that! This topic aims to bring together a collection of useful block code for experimenting Scratchers to try out and learn from, embracing the program and share parts of the Scratch Motto and hopefully letting users use what they learn here to imagine their own blocks!
Just click on one of the block images below to find blocks for Scratch, BYOB and Panther!
http://www.weebly.com/uploads/5/4/1/3/5 … 942334.gif
http://www.weebly.com/uploads/4/0/7/6/4 … 732043.gif
http://www.weebly.com/uploads/5/4/1/3/5 … 967135.gif
So to all you curious Scratchers and viewers alike, I bid you welcome. Welcome to the Library!
http://www.weebly.com/uploads/5/4/1/3/5 … 841103.gif
Your Local Block Library Block Count:
http://dl.dropbox.com/u/6273449/scratch1.gifhttp://dl.dropbox.com/u/6273449/s1.gifhttp://dl.dropbox.com/u/6273449/s1.gifhttp://dl.dropbox.com/u/6273449/s3.gifhttp://dl.dropbox.com/u/6273449/scratch2.gif http://dl.dropbox.com/u/6273449/byob1.gifhttp://dl.dropbox.com/u/6273449/b1.gifhttp://dl.dropbox.com/u/6273449/b2.gifhttp://dl.dropbox.com/u/6273449/b6.gifhttp://dl.dropbox.com/u/6273449/byob2.gif http://dl.dropbox.com/u/6273449/panther1.gifhttp://dl.dropbox.com/u/6273449/p5.gifhttp://dl.dropbox.com/u/6273449/p9.gifhttp://dl.dropbox.com/u/6273449/panther2.gif
_________________________________
Want to add to the library? Please do! Comment below for it to be added.
_________________________________
Librarians
o Sparks About Sparks
o SSBBM About SSBBM
o TheSuccessor About TheSuccessor
o Pecola1 About Pecola1
o Scimonster About Scimonster
o Meowmeow55
Special thanks to coolstuff for pushing to get this Itopic'd, fullmoon for helping with the account, nXIII for doing a lot of the excellent graphics and everyone who posted their block code and asked for this to be Itopic'd, we couldn't have done it without you!
Read Also: Our Wiki Page
This must of taken a long time to make!
Offline
WindowsExplorer wrote:
This must of taken a long time to make!
It's been continuously updated with new features since it started on July 15th, 2010
Actually, that makes it almost a year since the block library started! Librarians and contributors, any thoughts on something to do to commemorate/celebrate? A title competition is always fun
Offline