sparks wrote:
my signature code if anyone else wants to advertise:
Code:
[url=http://www.theblocklibrary.site11.com/competition.php][url]http://dl.dropbox.com/u/22935223/comp1.BMP[/url][/url][url=http://www.theblocklibrary.site11.com/competition.php?page=submit][url]http://dl.dropbox.com/u/22935223/comp2.BMP[/url][/url][url=http://scratch.mit.edu/forums/viewtopic.php?id=58790][url]http://dl.dropbox.com/u/22935223/comp3.BMP[/url][/url]
Nice! This sig is great.
Offline
scimonster wrote:
Pecola1 wrote:
scimonster wrote:
Didn't Pecola say dropbox also isn't blocked? :Sweebly is blocked for hello, see tutorials-r-us forum for more info.
Can you see this imageshack image?
http://scratch.mit.edu/redirect/url?lin … /error.gif
LOL! Not usually, but you know how my internet went out? We found out its my web blocks so we plugged the internet into the comp rather than to the filter box and it works! But I still have vacation and we don't get wireless. So yes I can see that image.
Offline
joefarebrother wrote:
How do you make c blocks in panther?
You cant. That is what panther lacks.
Offline
TuragaTreeko wrote:
sparks wrote:
TuragaTreeko wrote:
I am using a computer not my own, but I had an *awesome* idea.
Code:
('write code %s without method name or inserts and do that' #- #doSqueak:)Code:
doSqueak:t1 t1 asStringSo, I don't have Scratch on this comp, but I am hoping it works. It might need just t1. A write your own code block! (perfect for mods)
That's not going to work. I would appreciate it if you could impliment and test your blocks before you share them as it saves blocks that just don't work from being added
Sorry. As I said, I didn't have scratch on that comp, so I wasn't sure. Why do you think it doesn't work?
I remember being desperate and trying that. It never worked whatever I did till i found the compiler.
I found the code eventually for the block you are trying to make, want me to tell it to you?
Offline
Pecola1 wrote:
scimonster wrote:
Pecola1 wrote:
weebly is blocked for hello, see tutorials-r-us forum for more info.Can you see this imageshack image?
http://scratch.mit.edu/redirect/url?lin … /error.gifLOL! Not usually, but you know how my internet went out? We found out its my web blocks so we plugged the internet into the comp rather than to the filter box and it works! But I still have vacation and we don't get wireless. So yes I can see that image.
So, I'm going to conduct a massive update using find and replace in Word, along with adding new blocks.
Later though.
Offline
Umm, somethings wrong with vote for an entry
View Image Here
Last edited by EzekielE (2011-07-06 07:09:55)
Offline
EzekielE wrote:
Umm, somethings wrong with vote for an entry
View Image Here
refresh the page.
Offline
scimonster wrote:
Pecola1 wrote:
scimonster wrote:
Can you see this imageshack image?
http://scratch.mit.edu/redirect/url?lin … /error.gifLOL! Not usually, but you know how my internet went out? We found out its my web blocks so we plugged the internet into the comp rather than to the filter box and it works! But I still have vacation and we don't get wireless. So yes I can see that image.
So, I'm going to conduct a massive update using find and replace in Word, along with adding new blocks.
Later though.
Never thought of that... oh wait I did once, but for my Squeak tutorial.
Offline
ed49 wrote:
Heres a new block:
('%n ^^ %n' #r #tetrate:x: 2 2)Code:
tetrate: t1 x: t2 | t3 t4 | t3 _ 0 t4 _ t1 [t3 < t2] whileTrue: [t4 _ t4 raisedTo: t1 t3 _ t3 + 1]
Wait, what is that function? I've never seen it and don't quite get what it does, I could guess though.
if the second insert is greater than 0, then... wait is that like to the power to the power! Is that to the super power! Rather than the number multiplied its the number raised to! I HAVE BEEN THINKING ABOUT THAT! Wait... did you make it up? Or is it an actual formula I will use someday...
Offline
[Scramble Library Edit]
Scramble 2.0 blocks added: [1]
(+ Show Developer Tools) by Hardmath123
Other updates:
• Added FAQs
• Added whole Scramble 2.0 Section
• Fixed up home page
• Added queue
• Added statistics
^ Home
Offline
I'm a mod developer thinking about using a block /blocks from the library, can I do this?
Absolutely! As Scratch is an open-source program you are welcome to use any block code from this library in your Scratch modification under the condition that you must remember to credit each block to the sharer here. Credit for each block should be presented in a place visible to users without entering the system browser such as a popup window or dropdown menu.
^home
Offline
roijac wrote:
new block:
( items () to () of () )
http://img825.imageshack.us/img825/407/nton.gif
http://img42.imageshack.us/img42/1465/blockb.gif
EDIT:this is a BYOB block
Queued. I'll try to add it now, but I may not have enough time.
~SSBBM
Last edited by YourLocalBlockLib (2011-07-07 11:00:12)
Offline
Hardmath123 wrote:
[Scramble Library Edit]
Scramble 2.0 blocks added: [1]
(+ Show Developer Tools) by Hardmath123
Other updates:
• Added FAQs
• Added whole Scramble 2.0 Section
• Fixed up home page
• Added queue
• Added statistics
^ Home
Is this ok?
Last edited by Hardmath123 (2011-07-07 11:31:39)
Offline
Scramble 2.0 blocks added: [1]
Stop the block. by Hardmath123
Other updates: none
^ Home
Offline
sparks wrote:
The block library has now hit 300 PROCESSED BLOCKS! That is quite an achievement! Thank you all for making this enormous resource possible!
Wow, that's great!
Maybe we should have a logo competition.
Offline
Now that I know squeak, I can make 2 new blocks!
Type: Both Scratch Blocks
v flip and h flip
Blockspecs
Scratch-Objects -> ScriptableSpriteMorph (class) -> block specs -> blockSpecs (under looks)
('h flip' #- #hflip) ('v flip' #- #vflip)
code 1 (v flip)
Scratch-Objects -> ScriptableSpriteMorph (instance) -> looks ops
vflip costume form: (self form flipBy: #vertical centerAt: 0 @ 0). self costumeChanged
code 2 (h flip)
Scratch-Objects -> ScriptableSpriteMorph (instance) -> looks ops
hflip costume form: (self form flipBy: #horizontal centerAt: 0 @ 0). self costumeChanged
Edit: Credit to Jens, he made the flip block, I based them off of that
Edit2: Added Images
Last edited by owetre18 (2011-07-08 12:44:53)
Offline
.
BYOB blocks added: [2]
by joefarebrother
by roijac
Other updates: [2]
A few more BYOB downloads are available.
An update has been done to the (highest item in [list]) block. It new also has the scripts for a (lowest item in [list]) block.
Update carried out by block librarian: SSBBM
________________________________________________________________________________
^home
^updates archive
Last edited by YourLocalBlockLib (2011-07-08 15:31:24)
Offline