How would we lose the other?
Offline
Oh, yeah. Once on the TBG BulboGrubb had internet problems and hurt the post. I guess that could happen to any of us. That's why I have some of the Library on my computer, but it has been updated, so I guess I need to refresh my backup.
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
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.
Last edited by Pecola1 (2011-04-02 12:51:31)
Offline
Guys, this is old. And it isn't the official one.
Offline
ProgrammingFreak wrote:
Guys, this is old. And it isn't the official one.
Oops! I meant to post on the other one, sorry. BTW I was thinking, should we make this the moderator discussion thread?
~Pecola1
Offline
If we make it the moderator discussion thread other people will still post here and submit blocks here, especially as there seems to be a large number of new scratchers here atm... anyone else noticed that?
Offline
sparks wrote:
If we make it the moderator discussion thread other people will still post here and submit blocks here, especially as there seems to be a large number of new scratchers here atm... anyone else noticed that?
Yes, scratcher7_13, thebuilderdd, legomany3448, JaysonNT, ImagineIt, rdococ and YourLocalBlockLib (whoever he/she/they is/are.
Offline
Change the name of the thread to 'LBL OLD'. This will stop thread name confusion.
Offline
Pecola1 wrote:
sparks wrote:
If we make it the moderator discussion thread other people will still post here and submit blocks here, especially as there seems to be a large number of new scratchers here atm... anyone else noticed that?
Yes, scratcher7_13, thebuilderdd, legomany3448, JaysonNT, ImagineIt, rdococ and YourLocalBlockLib (whoever he/she/they is/are.
I am thebuilderdd, jaysonNT and pythonlibrary! So what are you talting about???
Offline
Move to other topic.
Offline
johnnydean1 wrote:
Change the name of the thread to 'LBL OLD'. This will stop thread name confusion.
Offline
sparks wrote:
thebuilderdd wrote:
I am thebuilderdd, jaysonNT and pythonlibrary! So what are you talting about???
a) We didn't know that
b) Why do you have that many accounts?
I can put my work into different catagories.
Offline
sparks wrote:
http://dl.dropbox.com/u/6273449/BlockLibraryTitle2.png
^Back to Panther blocks
downloading a Panther block
Download the block
or follow the tutorial:
To download a Panther block from the library, follow these steps:
Open Panther and go to the variables tab. Scroll down and select "make a block". A popup box will appear asking for the block name. paste in this code:Code:
download block $Number$ from block libraryhttp://img805.imageshack.us/img805/6205/78060984.png
Click OK. A new window will appear with several boxes in it. The top one has the text you just entered. choose a colour from the colour swatch in the top right corner, and copy this code into the large box:Code:
|maker link t2 t3 t4| link_'http://dl.dropbox.com/u/6273449/', t1 asString, '.txt'. maker_self readLine: 1 FromUrl: link. t1_self readLine: 2 FromUrl: link. t2_self readLine: 3 FromUrl: link. t4_self readLine: 4 FromUrl: link. t4_self stringAsColor: t4. t3_self readLine: 5 FromUrl: link. createdBlocks at: t1 put: {t1. t1. '-'. ''. self class blockColorFor: 'custom'}.createdBlocks at: t1 put: {t1. t1. t2. t3. t4}.(t4 _ self ownerThatIsA: ScratchFrameMorph) ifNotNil: [t4 viewerPane categoryChanged: 'variables']. self showInformDialog: 'sucess!' withText: 'The block has been added to your variables tab.', ' ', 'The "', t1, '" block', ' ', ' was shared by ', makerso it looks like this:
http://img149.imageshack.us/img149/1879/87130624.png
Click Ok and you should find a new block in the variables tab at the bottom that looks like this:
http://img818.imageshack.us/img818/7799/48678810.gif
Once you have this block, you can browse the Panther section of the block library for a block you want, and then enter the "block number" next to it into your download block. Double click the block to make it work and the new block will be added to the variables tab along with the rest. Click here to start browsing Panther blocks.
http://dl.dropbox.com/u/6273449/BlockLibDiv2.png
^Back to Panther blocks
I Made A Joke Out Of This! "Why Can't You Download It From The Library"
Offline
Is There A Panther < = > block?
$String$=$String$
<<( <=> )> Case Sensitive!
Last edited by mrsrec (2011-04-07 16:37:39)
Offline
mrsrec wrote:
Is There A Panther < = > block?
Code:
$String$=$String$<<( <=> )> Case Sensitive!
[/block]
This has already been submitted Please don't post in lime, it makes it very difficult to read your posts and please submit and comment in the new block library thread, not this one
Last edited by sparks (2011-04-07 17:12:35)
Offline
sparks wrote:
... Ouch my eyes. I don't get it
He said that he made a joke out of the download block, "Why can't I download this from the block library?"
Last edited by Pecola1 (2011-04-07 22:23:07)
Offline
ajg29 wrote:
[blocks]hello there![/blocks]
I love this block library!!!
Thats great!
Offline
I'm Very,Very Lazy. Could Somebody Make A
(Reporter) Dialog $String$ With Buttons (Unlimited Strings) {Report The Button You Pressed}
Last edited by mrsrec (2011-04-14 22:31:06)
Offline