This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1501 2011-03-26 15:28:59

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Welcome to the OLD local block library!

How would we lose the other?

Offline

 

#1502 2011-03-26 18:10:18

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

data failure or someone editing a post accidentally clears it all.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1503 2011-03-27 07:32:01

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Welcome to the OLD local block library!

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.  smile

Offline

 

#1504 2011-03-30 11:48:49

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

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.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1505 2011-04-02 12:47:04

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Welcome to the OLD local block library!

Hardmath123 wrote:

Code:

('freeze Scratch for %n' #- #freeze:)

Code:

freeze: t1
t1 = 0 ifTrue: [^self]
self freeze: t1-1

Note: 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)


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#1506 2011-04-02 14:27:50

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Welcome to the OLD local block library!

Guys, this is old. And it isn't the official one.

Offline

 

#1507 2011-04-02 15:38:16

YourLocalBlockLib
Scratcher
Registered: 2011-03-10
Posts: 100+

Re: Welcome to the OLD local block library!

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


http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png

Offline

 

#1508 2011-04-02 17:28:52

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

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?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1509 2011-04-02 22:29:57

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Welcome to the OLD local block library!

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.


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#1510 2011-04-03 04:54:55

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

and pythonlibrary  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1511 2011-04-03 11:51:08

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Welcome to the OLD local block library!

Change the name of the thread to 'LBL OLD'. This will stop thread name confusion.


You can now reach me on Twitter @johnnydean1_

Offline

 

#1512 2011-04-03 11:55:57

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: Welcome to the OLD local block library!

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

 

#1513 2011-04-03 13:47:01

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

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?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1514 2011-04-03 14:13:11

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Welcome to the OLD local block library!

Move to other topic.

Offline

 

#1515 2011-04-03 14:47:25

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Welcome to the OLD local block library!

johnnydean1 wrote:

Change the name of the thread to 'LBL OLD'. This will stop thread name confusion.


You can now reach me on Twitter @johnnydean1_

Offline

 

#1516 2011-04-03 15:58:20

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: Welcome to the OLD local block library!

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

 

#1517 2011-04-06 12:59:32

mrsrec
Scratcher
Registered: 2010-11-14
Posts: 100+

Re: Welcome to the OLD local block library!

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 library

http://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 ', maker

so 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"  wink


Scratchy Scratcher Scratched Scratch Scratches When He Scratchy Scratches Scratch Projects. These Scratch Projects Were Started From Scratch.
http://internetometer.com/image/37716.png

Offline

 

#1518 2011-04-06 13:08:35

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

... Ouch my eyes. I don't get it  hmm


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1519 2011-04-07 16:36:44

mrsrec
Scratcher
Registered: 2010-11-14
Posts: 100+

Re: Welcome to the OLD local block library!

Is There A Panther  < = > block?

Code:

$String$=$String$

<<(  <=>  )> Case Sensitive!

Last edited by mrsrec (2011-04-07 16:37:39)


Scratchy Scratcher Scratched Scratch Scratches When He Scratchy Scratches Scratch Projects. These Scratch Projects Were Started From Scratch.
http://internetometer.com/image/37716.png

Offline

 

#1520 2011-04-07 17:11:49

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Welcome to the OLD local block library!

mrsrec wrote:

Is There A Panther  < = > block?

Code:

$String$=$String$

<<(  <=>  )> Case Sensitive!

[/block]
This has already been submitted  smile  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  smile

Last edited by sparks (2011-04-07 17:12:35)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#1521 2011-04-07 22:22:55

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Welcome to the OLD local block library!

sparks wrote:

... Ouch my eyes. I don't get it  hmm

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)


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#1522 2011-04-14 15:09:08

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Welcome to the OLD local block library!

[blocks]hello there![/blocks]
I love this block library!!!  big_smile

Offline

 

#1523 2011-04-14 15:10:15

ajg29
Scratcher
Registered: 2009-04-25
Posts: 23

Re: Welcome to the OLD local block library!

ajg29 wrote:

[blocks]hello there![/blocks]
I love this block library!!!  big_smile

oh, crud! It didn't show up as a block!

Offline

 

#1524 2011-04-14 15:10:37

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Welcome to the OLD local block library!

ajg29 wrote:

[blocks]hello there![/blocks]
I love this block library!!!  big_smile

Thats great!  big_smile

Offline

 

#1525 2011-04-14 22:29:42

mrsrec
Scratcher
Registered: 2010-11-14
Posts: 100+

Re: Welcome to the OLD local block library!

I'm Very,Very Lazy. Could Somebody Make A

Code:

 (Reporter) Dialog $String$ With Buttons (Unlimited Strings) {Report The Button You Pressed}

Anybody Know The Code?

Last edited by mrsrec (2011-04-14 22:31:06)


Scratchy Scratcher Scratched Scratch Scratches When He Scratchy Scratches Scratch Projects. These Scratch Projects Were Started From Scratch.
http://internetometer.com/image/37716.png

Offline

 

Board footer