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

#1526 2011-04-14 22:50:02

Pecola1
Scratcher
Registered: 2010-09-06
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.


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

 

#1527 2011-04-14 23:15:49

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

Re: Welcome to the OLD local block library!

Pecola1 wrote:

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?"

That's My Joke!


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

 

#1528 2011-04-15 06:10:32

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

Re: Welcome to the OLD local block library!

Pecola1 wrote:

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.

Youtongue  Only Sparks can (at least easily).  neutral

Offline

 

#1529 2011-04-15 12:01:55

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

Re: Welcome to the OLD local block library!

He's just telling people to stop posting here, and I agree. I would delete this but some of the update posts are on here, the archive would not be linked to them anymore if we deleted this place. Please answer this post in the new library.


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

Offline

 

#1530 2011-04-15 13:50:02

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

 

#1531 2011-04-22 11:43:56

komodo66
Scratcher
Registered: 2010-08-26
Posts: 8

Re: Welcome to the OLD local block library!

I think we would need this block for a lot of physics games. it would make the whole thing a lot easier.

block name:
[turn () degrees around x sad ), y sad )]
requested for:
scratch

Offline

 

#1532 2011-04-22 14:00:55

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

Re: Welcome to the OLD local block library!

komodo66, as the above post reminds, this thread is no longer run!  smile  Please post blocks requests and, well, anything else in the new thread, not here!


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

Offline

 

#1533 2011-04-22 14:44:23

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

Re: Welcome to the OLD local block library!

sparks wrote:

komodo66, as the above post reminds, this thread is no longer run!  smile  Please post blocks requests and, well, anything else in the new thread, not here!

Rename the forum, 'LBL OLD'


You can now reach me on Twitter @johnnydean1_

Offline

 

#1534 2011-04-22 21:29:22

floppy_gunk
Scratcher
Registered: 2008-11-14
Posts: 500+

Re: Welcome to the OLD local block library!

sparks wrote:

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://img163.imageshack.us/img163/1917/2856lg.jpg Get it now!  smile

Offline

 

#1535 2011-04-23 00:24:02

appleappleapple
Scratcher
Registered: 2011-04-23
Posts: 1

Re: Welcome to the OLD local block library!

Hi, where do I put the code to use one of these blocks?

Offline

 

#1536 2011-04-24 12:41:24

the_programmer
Scratcher
Registered: 2008-12-30
Posts: 15

Re: Welcome to the OLD local block library!

Blockspec:

('move %n steps in direction %d' #- #move:inDirection:)


Code:

move: t1 inDirection: t2
    | t3 t4 |
    t3 _ t2 degreesToRadians sin.
    t3 _ t3 * t1.
    t4 _ t2 degreesToRadians cos.
    t4 _ t4 * t1.
    self referencePosition: self referencePosition + (t3 @ t4)


Please add!

Offline

 

#1537 2011-04-24 14:44:40

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

Re: Welcome to the OLD local block library!

appleappleapple and the_programmer, please post HERE The library has been moved so please don't post here this is not being used.


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

 

#1538 2011-04-24 14:46:50

Pecola1
Scratcher
Registered: 2010-09-06
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, sparks may need to make changes or copy code at a later date, thank you.


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

 

#1539 2011-04-29 03:46:51

williambl
Scratcher
Registered: 2011-04-08
Posts: 100+

Re: Welcome to the OLD local block library!

Pecola1 wrote:

http://www.weebly.com/uploads/5/4/1/3/5413503/8436893.png
THIS BLOCK WAS NOT MADE BY ME! IT WAS JENS! GIVE HIM CREDIT!

ScriptableScratchMorph block specs

('flip' #- #flip)

CODE:

Code:

flip
    costume form: (self form flipBy: #horizontal centerAt: 0 @ 0).
    self costumeChanged

THIS BLOCK WAS NOT MADE BY ME! IT WAS JENS! GIVE HIM CREDIT! = ha ha ha  big_smile


http://internetometer.com/imagesmall/34650.png
http://www.danasoft.com/sig/Epicnesssign.jpg

Offline

 

#1540 2011-04-29 04:03:38

floppy_gunk
Scratcher
Registered: 2008-11-14
Posts: 500+

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, sparks may need to make changes or copy code at a later date, thank you.


http://img163.imageshack.us/img163/1917/2856lg.jpg Get it now!  smile

Offline

 

#1541 2011-05-03 15:45:13

michael1001
Scratcher
Registered: 2011-05-01
Posts: 10

Re: Welcome to the OLD local block library!

how do you add blocks

Offline

 

#1542 2011-05-03 15:56:49

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

Re: Welcome to the OLD local block library!

michael1001 wrote:

how do you add blocks

Blocks for What? There is a link to a tutorial for adding blocks from each application in their home post. So go to the first post, then click on Scratch, BYOB or Panther. Once you are on the home post for the one you clicked on, there will be a link there to a place where block adding for that section is explained.


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

Offline

 

#1543 2011-05-03 16:36:10

floppy_gunk
Scratcher
Registered: 2008-11-14
Posts: 500+

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, sparks may need to make changes or copy code at a later date, thank you.


http://img163.imageshack.us/img163/1917/2856lg.jpg Get it now!  smile

Offline

 

#1544 2011-05-06 14:27:19

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Welcome to the OLD local block library!

I am willing to test this block!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#1545 2011-05-06 15:29:59

Pecola1
Scratcher
Registered: 2010-09-06
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, sparks may need to make changes or copy code at a later date, thank you.
~Pecola1

Last edited by Pecola1 (2011-05-06 15:35:52)


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

 

#1546 2011-05-06 15:32:09

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

Re: Welcome to the OLD local block library!

Why are people saying the same thing?

Offline

 

#1547 2011-05-06 15:32:29

SSBBM
Scratcher
Registered: 2009-10-09
Posts: 100+

Re: Welcome to the OLD local block library!

Edit: Got ninjaed  sad
WHY DO PEOPLE POST HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I understand it's mostly new scratchers, but come on!

This thread is now closed as the Block Library has moved.

Click here to visit the new Library!

DO NOT DO NOT DO NOT DO NOT post here without good cause, instead post things in the new thread!

Moderators please do not actually close this thread, sparks may need to make changes or copy code at a later date, thank you.

Last edited by SSBBM (2011-05-06 15:34:35)


http://goo.gl/zVfAp http://goo.gl/laci8

Offline

 

#1548 2011-05-07 23:06:26

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

Re: Welcome to the OLD local block library!

Why Was It Changed To Scratch Forums/ Welcome to the OLD local block library?


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

 

#1549 2011-05-08 03:50:35

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

Re: Welcome to the OLD local block library!

mrsrec wrote:

Why Was It Changed To Scratch Forums/ Welcome to the OLD local block library?

... because there is a new thread - this one isn't updated anymore and if you read the post above your own you would find a link to the new thread. If you have this thread bookmarked it might be a good idea to change the bookmark to the new one  smile


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

Offline

 

#1550 2011-05-08 20:40:04

SSBBM
Scratcher
Registered: 2009-10-09
Posts: 100+

Re: Welcome to the OLD local block library!

When I go to the last page of the new topic my browser (chrome) says it's a phishing site. Anyone else get this?


http://goo.gl/zVfAp http://goo.gl/laci8

Offline

 

Board footer