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

#1376 2011-02-22 04:39:43

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

Re: Welcome to the OLD local block library!

cpumaster930 wrote:

Uh...I don't know how to use any Scratch mods, but I think it would be useful to have a block that says:
[lock layer position of sprite [ ] ]

So, in other words, if you told a sprite to [go to front] and then used this block, even if you told any other sprite to [go to front] it wouldn't be in front of the first sprite. Get it?

You could just do
forever
  go to front

Last edited by scimonster (2011-02-22 04:39:56)

Offline

 

#1377 2011-02-22 12:16:39

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

Re: Welcome to the OLD local block library!

TheSuccessor wrote:

zorket wrote:

PLEASE add my block!

Add it, please. If I was zorket I'd be pretty cross right now, and he seems to be ignored a lot.
It's here, in case you forgot.

... I was on holiday and I have no time right now to update the library. I ignore everyone equally and add blocks that work chronolgically as I work through the posts from the last update so I cannot be ignoring him more or less than anyone else  smile


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

Offline

 

#1378 2011-02-24 15:43:30

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

Re: Welcome to the OLD local block library!

Pecola1 wrote:

majormax wrote:

Request for panther:
[set answer to $String$]

I am not sure cuz I am not on a computer with scratch (my moms Android) but it would be something like...
(Darts android without a keyboard don't have any brackets so no code with brackets around it)
Box #1
Set answer to $String$
Box#2
-
Box#3
lastAnswer _ t1

NVM its:
Box #1
set answer to $String$
Box#2
-
Box#3
ScratchPrompterMorph lastAnswer: t1

And for sparks:

Pecola1
set answer to $String$
-
#0494DC
ScratchPrompterMorph lastAnswer: t1

BTW I wouldn't put that in a mod if I were you! LOL

Last edited by Pecola1 (2011-02-24 15:47:36)


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

 

#1379 2011-02-24 15:48:11

spud2451
Scratcher
Registered: 2010-05-01
Posts: 100+

Re: Welcome to the OLD local block library!

can i upload a block and if i can how do i


http://www.xenopages.comze.com/upload/rippleos.gif

Offline

 

#1380 2011-02-25 04:55:30

siriusblack
Scratcher
Registered: 2009-11-08
Posts: 62

Re: Welcome to the OLD local block library!

Guys, new block for BYOB that I made:

Go to: file:///C:/Documents%20and%20Settings/[removed full name]/My%20Documents/BYOB%20blocks/say%20script%20for%20()%20secs.gif

This has been tested!

Last edited by Paddle2See (2011-02-25 06:03:57)

Offline

 

#1381 2011-02-25 05:04:04

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

Re: Welcome to the OLD local block library!

siriusblack, you can't link us to an image on your computer, it would be slightly scary if we could view all the files on your computer just like that. What you need to do is HOST the image using a free image hoster. This basically lets you upload any image on your computer and store it online with a link that you can post in the forums. If you Google "free image hosting" you will find a myriad of different service providers eager to have you on board! Once you have loaded your image online, get the link to it (right click on the image and select "copy image location" if you're using Firefox, if you're on Internet Explorer use it to download Firefox or right click, choose "view image" and then copy the address to the image in the address bar at the top of the window.

You can then paste it into a forum post like this:

Code:

[img]"your image link goes here WITHOUT speech marks"[/img]

P.S - you've inadvertantly given away your name in the above post as it's in the path you gave to your image. If you want to keep your name secret I suggest you edit your above post  smile

Last edited by sparks (2011-02-25 05:04:55)


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

Offline

 

#1382 2011-02-25 08:43:09

spud2451
Scratcher
Registered: 2010-05-01
Posts: 100+

Re: Welcome to the OLD local block library!

new scratch block that has been tested
block: ( ( ) * pi )

Code:

block specks: 
('%n * pi' #r #timespi:)

code:
 timespi: t1
       t1=0 ifTrue: [^0]
       ifFalse: [^(t1*3.141592)]

Last edited by spud2451 (2011-02-25 09:04:20)


http://www.xenopages.comze.com/upload/rippleos.gif

Offline

 

#1383 2011-02-25 11:08:16

aweman
Scratcher
Registered: 2008-06-22
Posts: 100+

Re: Welcome to the OLD local block library!

How do I make block specs? I have a really cool block I want to share, but I can't!

Offline

 

#1384 2011-02-25 14:50:28

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

Re: Welcome to the OLD local block library!

aweman wrote:

How do I make block specs? I have a really cool block I want to share, but I can't!

What do you mean make block specs? What you do is:
('what will be written on your block' #- #methodName)
for a text insert put
('text: %s ' #- #methodName)
for a number insert
('number: %n' #- #methodName)
for a boolean insert
('boolean: %b' #- #methodName)

for a boolean block:
('boolean' #b #methodName)
for a reporter:
('reporter' #r #methodName)


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

 

#1385 2011-02-26 14:14:30

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

Re: Welcome to the OLD local block library!

ME AND PECOLA1 WIN!!!!! NO MORE IMAGESHACK!!! *sticks out tongue*  tongue  Now you need to upload them somewhere else.  smile  The point at x: y: block, I have an image: http://wiki.scratch.mit.edu/images/Point_at_x_y_block.gif

Offline

 

#1386 2011-02-26 19:51:10

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

Re: Welcome to the OLD local block library!

scimonster wrote:

ME AND PECOLA1 WIN!!!!! NO MORE IMAGESHACK!!! *sticks out tongue*  tongue  Now you need to upload them somewhere else.  smile  The point at x: y: block, I have an image: http://wiki.scratch.mit.edu/images/Poin … _block.gif

You are very matureϾ (does anyone know what that mysterious symbol means!Ͼ)


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

 

#1387 2011-02-26 19:52:40

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

Re: Welcome to the OLD local block library!

scimonster wrote:

ME AND PECOLA1 WIN!!!!! NO MORE IMAGESHACK!!! *sticks out tongue*  tongue  Now you need to upload them somewhere else.  smile  The point at x: y: block, I have an image: http://wiki.scratch.mit.edu/images/Poin … _block.gif

Why would he need to upload somewhere else?


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

 

#1388 2011-02-26 19:56:13

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

Re: Welcome to the OLD local block library!

scimonster wrote:

ME AND PECOLA1 WIN!!!!! NO MORE IMAGESHACK!!! *sticks out tongue*  tongue  Now you need to upload them somewhere else.  smile  The point at x: y: block, I have an image: http://wiki.scratch.mit.edu/images/Poin … _block.gif

Well sparks, you might as well give scimonster the password to your account, other wise what will he do next! He already stuck his tung out at you! LOL XD  tongue  (BTW: I almost forgot one more thing, my real name is Jay, last name is Liar, and middle name is Kay.)


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

 

#1389 2011-02-26 20:44:42

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

Re: Welcome to the OLD local block library!

sparks wrote:

siriusblack, you can't link us to an image on your computer, it would be slightly scary if we could view all the files on your computer just like that. What you need to do is HOST the image using a free image hoster. This basically lets you upload any image on your computer and store it online with a link that you can post in the forums. If you Google "free image hosting" you will find a myriad of different service providers eager to have you on board! Once you have loaded your image online, get the link to it (right click on the image and select "copy image location" if you're using Firefox, if you're on Internet Explorer use it to download Firefox or right click, choose "view image" and then copy the address to the image in the address bar at the top of the window.

You can then paste it into a forum post like this:

Code:

[url]"your image link goes here WITHOUT speech marks"[/url]

P.S - you've inadvertantly given away your name in the above post as it's in the path you gave to your image. If you want to keep your name secret I suggest you edit your above post  smile

Not sure if anyone but me wants to keep their name a secret *looks at image from older post*
http://www.weebly.com/uploads/5/4/1/3/5413503/527476.png?443
I mean look at some other usernames: Jens, jay, Miles Fletcher err... I mean... who else is there to put on there?

Last edited by Pecola1 (2011-02-26 20:45:22)


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

 

#1390 2011-02-27 06:19:41

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

Re: Welcome to the OLD local block library!

Pecola1 wrote:

sparks wrote:

siriusblack, you can't link us to an image on your computer, it would be slightly scary if we could view all the files on your computer just like that. What you need to do is HOST the image using a free image hoster. This basically lets you upload any image on your computer and store it online with a link that you can post in the forums. If you Google "free image hosting" you will find a myriad of different service providers eager to have you on board! Once you have loaded your image online, get the link to it (right click on the image and select "copy image location" if you're using Firefox, if you're on Internet Explorer use it to download Firefox or right click, choose "view image" and then copy the address to the image in the address bar at the top of the window.

You can then paste it into a forum post like this:

Code:

[url]"your image link goes here WITHOUT speech marks"[/url]

P.S - you've inadvertantly given away your name in the above post as it's in the path you gave to your image. If you want to keep your name secret I suggest you edit your above post  smile

Not sure if anyone but me wants to keep their name a secret *looks at image from older post*
http://www.weebly.com/uploads/5/4/1/3/5 … 76.png?443
I mean look at some other usernames: Jens, jay, Miles Fletcher err... I mean... who else is there to put on there?

Do you know my name? Of course not. I keep secrets!

Offline

 

#1391 2011-03-06 11:33:49

robinp
Scratcher
Registered: 2009-01-29
Posts: 53

Re: Welcome to the OLD local block library!

Here's a block I  made.It goes in the Operators cadogry.

Block spec:
('%T' #b #logic2:)

Code: 
logic2: t1
t1 = 'true' ifTrue: [^ true].
t1 = 'false' ifTrue: [^ false

now add this in Scratch-blocks , CommandBlockMorph , private , uncoloredArgMorphFor:
add this peice

$T = t2 ifTrue: [^ ChoiceArgMorph new getOptionSelector: #logic;
choice: 'true'

add this in string ops.
logic
^# ('true' 'false' )

Last edited by robinp (2011-03-06 11:35:06)


http://blocks.scratchr.org/API.php?user=robinp&action=onlineStatus&online=http://mag.racked.eu/cimage/i57.1/Achievement+get%21/ONLINE!%21/mca.png&offline=http://mag.racked.eu/cimage/i57.1/Achievement+get%21/OFFLINE!%21/mca.png

Offline

 

#1392 2011-03-06 22:11:16

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

Re: Welcome to the OLD local block library!

I have a new idea! Little projects of how blocks could be used. They can be downloaded just like the block itself.

For example the http://img230.imageshack.us/img230/6326/drawquad.gif block. Four dots the you can move around to make different shapes. (I have it programed by the way.)

And I already have the art.
http://img6.imageshack.us/img6/2350/download1pj.png
http://img841.imageshack.us/img841/3722/nodownloadavaliable.png

Tell me what you think


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

Offline

 

#1393 2011-03-07 00:15:57

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Welcome to the OLD local block library!

how do you install these onto scratch?


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#1394 2011-03-07 02:36:32

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

Re: Welcome to the OLD local block library!

SSBBM, I think that's a great idea! One of the main things stopping people from using things like the block library is the difficulty in understanding what things do, how they work or how to apply them! I think example projects like those would be a welcome addition to the posts! I have a load of robotics coursework to do this week, but the deadline is friday meaning that next week I should  finally have time to do an update and I will certainly add this idea of yours when I do. Feel free to post example projects here and I will put them next to the correct blocks then!


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

Offline

 

#1395 2011-03-07 13:23:15

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

Re: Welcome to the OLD local block library!

sparks wrote:

SSBBM, I think that's a great idea! One of the main things stopping people from using things like the block library is the difficulty in understanding what things do, how they work or how to apply them! I think example projects like those would be a welcome addition to the posts! I have a load of robotics coursework to do this week, but the deadline is friday meaning that next week I should  finally have time to do an update and I will certainly add this idea of yours when I do. Feel free to post example projects here and I will put them next to the correct blocks then!

Great! I have the one that I used as an example, but I'll make some more now.


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

Offline

 

#1396 2011-03-07 21:15:55

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

Re: Welcome to the OLD local block library!

Old blocks you didn't add are coming back to haunt you, sparks.

http://img31.imageshack.us/img31/1710/lowercase.gif

http://img5.imageshack.us/img5/945/uppercase.gif

http://img252.imageshack.us/img252/3895/shuffled.gif

http://img190.imageshack.us/img190/7774/highestitemin.gif

http://img340.imageshack.us/img340/6007/listtotext.gif

And I worked so hard on these! *Starts to cry* WHY? WHY DID YOU JUST LEAVE THEM? WHY?

No, really I would like them added. So when you do your big update, make sure you don't forget.


Also I have three examples done. draw quad, pre costume, and revolve (which still needs credit to Kileymeister).


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

Offline

 

#1397 2011-03-08 09:51:14

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

Re: Welcome to the OLD local block library!

The block 'the word () in acsii' has a different download then script picture. One has my version and the other has Pecola1's.


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

Offline

 

#1398 2011-03-08 13:05:47

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

Re: Welcome to the OLD local block library!

Hey sparks,
Do you think we should move this topic to a new user? Like YourLocalBlockLibrary? One multiple people know the password to. That way while you have tons of school to do, somebody else, whom you trust, can add blocks or new things you approve. It just seems like you have too much work outside scratch to do.


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

Offline

 

#1399 2011-03-08 13:32:41

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

Re: Welcome to the OLD local block library!

SSBBM wrote:

Hey sparks,
Do you think we should move this topic to a new user? Like YourLocalBlockLibrary? One multiple people know the password to. That way while you have tons of school to do, somebody else, whom you trust, can add blocks or new things you approve. It just seems like you have too much work outside scratch to do.

+1.  tongue  Though how would we do that? Oh, Sparks could edit and post it on the other account to start off.  roll  What does Sparks think?  smile

Offline

 

#1400 2011-03-10 12:15:58

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

Re: Welcome to the OLD local block library!

I like the idea and it shouldn't take to long to set up.... give me a moment. I'd been thinking about this for some time!

Right, the account YourLocalBlockLib has been created! I'm going to offer the position of moderators to the following people, please do not be offended if I don't choose you, I'll have my reasons  smile  I am going to appoint four moderators and that is it so here we are:

SSBBM: High levels of support to the library he's contributed an impressive 29% of all the BYOB blocks in the library making him top BYOB contributor. It was his idea to allow moderators onto the site and many of the features you see on it are his brain children too!

Scimonster: His high standards for grammar, spelling and continuity have kept me in check and greatly reduced the number of mistakes in the library, his dedicated attention to detail is just what the Library needs!

The Successor: Always chastising me for missing things out, his scrupulous attention to detail and a wonderful sense of fairness and equality will help keep the Library a friendly place.

Pecola1: He's been with us for quite a while now and has shared 24% of all the Scratch blocks in the library making him top Scratch block contributor! He has the dedication and excitement for the library to make a great moderator. (Please start sharing your block images as actual-size rather than grossly enlarged  tongue ) He is likely to promote the task of moving all the blocks to a different webhost than imageshack so that everyone can see them!

All of these Scratchers have shown a lot of dedication to this project and I think are the best suited to helping keep this thread friendly, useful and fresh! There are many other people who have added their parts to this project and each one is greatly appreciated, it was very tough to choose these four out of all those helpful Scratchers! Remember, you can continue to be a big part of the Library by sharing your ideas with the world!

To all the above people, If you are interested in the position, please email me at purplesparkz@ymail.com (this isn't a private email and isn't connected to me in any way but Scratch so I see no problem in posting it here) and let me know if you are interested. You are welcome to turn it down, but if you accept I can email you the password to the new library account right away!

Thanks to all of you for making this thread such a valuable addition to the Scratch community!


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

Offline

 

Board footer