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

#126 2010-08-27 19:51:59

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Welcome to the OLD local block library!

meowmeow55 wrote:

My <[]=[]> block picture is no longer accessible, here's the updated link: http://i38.tinypic.com/1z23xco.jpg

What would that do, exactly?

Last edited by Jwosty (2010-08-27 19:52:25)


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#127 2010-08-27 20:06:05

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Welcome to the OLD local block library!

Jwosty wrote:

meowmeow55 wrote:

My <[]=[]> block picture is no longer accessible, here's the updated link: http://i38.tinypic.com/1z23xco.jpg

What would that do, exactly?

Um, the description for that block is already in the topic post and somewhere in this topic  tongue . But I'll repost it anyways.
It's just like the normal equals boolean, except it's case sensitive.


Yawn.

Offline

 

#128 2010-08-27 20:35:18

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Welcome to the OLD local block library!

meowmeow55 wrote:

Jwosty wrote:

meowmeow55 wrote:

My <[]=[]> block picture is no longer accessible, here's the updated link: http://i38.tinypic.com/1z23xco.jpg

What would that do, exactly?

Um, the description for that block is already in the topic post and somewhere in this topic  tongue . But I'll repost it anyways.
It's just like the normal equals boolean, except it's case sensitive.

Oh...


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#129 2010-08-28 15:49:38

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Welcome to the OLD local block library!

scratchisthebest wrote:

Wow! I like to hack Scratch.  tongue  I made a "Scratch is the best!" block. It's a forever block though. If we get collapsobale scripts, we can remake a comment block! (A repeat 0 block and a text inserter block, shown as a comment block and a block with a textfield.)

I think you can do that in Panther if it can handle multi-string and collapsbale blocks for custom blocks, then you could make it in Panther!

If BYOB had multi-string for inputs on making blocks, then you could make it in BYOB!

Offline

 

#130 2010-08-28 16:23:15

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Welcome to the OLD local block library!

I have a new BYOB block!
http://i33.tinypic.com/5wcq50.gif
This block is very simple and pretty much self-explanatory; if the boolean inserter is true, then it reports the first input; if it's false, then it reports the second input.

Also, I noticed that the blockspec for Jwosty's "say nothing" block is wrong; it says #r when it should say #- as it is a command block, not a reporter.

Last edited by meowmeow55 (2010-08-28 16:23:28)


Yawn.

Offline

 

#131 2010-08-28 16:33:41

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

Re: Welcome to the OLD local block library!

thanks! Really really busy right now, but will fix updates asap when I'm less pushed  wink


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

Offline

 

#132 2010-08-28 16:48:44

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Welcome to the OLD local block library!

Well Sparks keep pushing the busy train back!!  big_smile


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#133 2010-08-28 17:35:42

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

Re: Welcome to the OLD local block library!

never heard that expression before... I'll try do the updates now before I fall asleep at the desk  big_smile


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

Offline

 

#134 2010-08-28 17:56:26

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Welcome to the OLD local block library!

Erm, I just realized that midnightleopard's "if, elif, elif, elif" block and my "if, then, else" block is in the wrong place. They're supposed to be in control, not operators  tongue . Though I guess I can't blame you, as you said that you might fall asleep at the desk  tongue


Yawn.

Offline

 

#135 2010-08-29 08:21:08

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Welcome to the OLD local block library!

meowmeow55 wrote:

Erm, I just realized that midnightleopard's "if, elif, elif, elif" block and my "if, then, else" block is in the wrong place. They're supposed to be in control, not operators  tongue . Though I guess I can't blame you, as you said that you might fall asleep at the desk  tongue

Also, we aren't using that block any more. Could you please update it with the new one? Sparks might not read this but this should make him see it:

THIS IS MY BIG RED BOLD SIGNATURE IT HELPS ME FIND MY POSTS WHEN I'M SCROLLING THROUGH THE FORUMS IF YOU TOOK TIME TO READ THIS SORRY TO BOTHER YOU


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#136 2010-08-29 13:34:48

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Welcome to the OLD local block library!

zorket wrote:

The (get (time)) block!
Blockspec: ('get %s' #r #getTime: 'date')
Code:
getTime: t1
    t1 = 'date' ifTrue: [^ Date today].
    t1 = 'short date' ifTrue: [^ Date today printFormat: #(1 2 3 $- 2 2 )].
    t1 = 'time' ifTrue: [^ Time now].
    t1 = 'seconds' ifTrue: [^ Time now seconds].
    t1 = 'minutes' ifTrue: [^ Time now minutes].
    t1 = 'hours' ifTrue: [^ Time now hours].
    t1 = 'day' ifTrue: [^ Date today weekday].
    t1 = 'help' ifTrue: [^ 'type date, short date, time, seconds, minutes, day, hours'].
    ^ 'Error!'

it's never too late to ask for credit. i just noticed this one and it's mine. make it my submission. thanks!

Offline

 

#137 2010-08-29 15:41:41

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

Re: Welcome to the OLD local block library!

^ all BYOB blocks are now "shared by:" like the Panther and scratch blocks.


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

Offline

 

#138 2010-08-29 15:46:39

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Welcome to the OLD local block library!

LS97 wrote:

zorket wrote:

The (get (time)) block!
Blockspec: ('get %s' #r #getTime: 'date')
Code:
getTime: t1
    t1 = 'date' ifTrue: [^ Date today].
    t1 = 'short date' ifTrue: [^ Date today printFormat: #(1 2 3 $- 2 2 )].
    t1 = 'time' ifTrue: [^ Time now].
    t1 = 'seconds' ifTrue: [^ Time now seconds].
    t1 = 'minutes' ifTrue: [^ Time now minutes].
    t1 = 'hours' ifTrue: [^ Time now hours].
    t1 = 'day' ifTrue: [^ Date today weekday].
    t1 = 'help' ifTrue: [^ 'type date, short date, time, seconds, minutes, day, hours'].
    ^ 'Error!'

it's never too late to ask for credit. i just noticed this one and it's mine. make it my submission. thanks!

But billyedward wrote that one!


nXIII

Offline

 

#139 2010-08-29 17:37:56

zorket
Scratcher
Registered: 2010-05-25
Posts: 500+

Re: Welcome to the OLD local block library!

nXIII wrote:

LS97 wrote:

zorket wrote:

The (get (time)) block!
Blockspec: ('get %s' #r #getTime: 'date')
Code:
getTime: t1
    t1 = 'date' ifTrue: [^ Date today].
    t1 = 'short date' ifTrue: [^ Date today printFormat: #(1 2 3 $- 2 2 )].
    t1 = 'time' ifTrue: [^ Time now].
    t1 = 'seconds' ifTrue: [^ Time now seconds].
    t1 = 'minutes' ifTrue: [^ Time now minutes].
    t1 = 'hours' ifTrue: [^ Time now hours].
    t1 = 'day' ifTrue: [^ Date today weekday].
    t1 = 'help' ifTrue: [^ 'type date, short date, time, seconds, minutes, day, hours'].
    ^ 'Error!'

it's never too late to ask for credit. i just noticed this one and it's mine. make it my submission. thanks!

But billyedward wrote that one!

Well then... I give credit to billyedward for the time block.


Marzipan11 must learn to not spoil

Offline

 

#140 2010-08-29 17:38:49

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

Re: Welcome to the OLD local block library!

I think billyedward's version had a dropdown with a list of choices wheras this block has a text space where the correct choice needs to be typed in.


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

Offline

 

#141 2010-08-29 17:40:21

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Welcome to the OLD local block library!

http://scratch.mit.edu/forums/viewtopic.php?id=44820 there's mah 3rd addition  big_smile
couldnt be bothered to copy and paste it all  tongue


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#142 2010-08-29 17:48:16

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Welcome to the OLD local block library!

Sparks, you still haven't updated midnightleopard's if, elif block. Here's the link to the post to save you the trouble of searching for it.


Yawn.

Offline

 

#143 2010-08-29 17:51:55

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

Re: Welcome to the OLD local block library!

sorry, on it.


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

Offline

 

#144 2010-08-30 12:31:40

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#145 2010-08-30 12:38:17

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Welcome to the OLD local block library!

sparks wrote:

I think billyedward's version had a dropdown with a list of choices wheras this block has a text space where the correct choice needs to be typed in.

no. billyedward's just had the date available as a reporter w/o input.
i built on it totally. not aware if someone got the same idea as me though...
and that block has exactly the same code as mine anyway - well, it is mine  mad
this might seem very immature but i hate what zorket said. it made smoke come out of my ears. OK?

Offline

 

#146 2010-09-02 17:04:44

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Welcome to the OLD local block library!

I made all the BYOB blocks from this block library into a BYOB project, so now instead of building the blocks manually if you want them, they are prebuilt in this project! Open the project to see all the blocks and comments, and import it into your own project to get all the blocks! Download it here.


Yawn.

Offline

 

#147 2010-09-02 17:20:49

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Welcome to the OLD local block library!

meowmeow55 wrote:

I made all the BYOB blocks from this block library into a BYOB project, so now instead of building the blocks manually if you want them, they are prebuilt in this project! Open the project to see all the blocks and comments, and import it into your own project to get all the blocks! Download it here.

Cool.  roll
big_smile


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#148 2010-09-03 01:21:58

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Welcome to the OLD local block library!

40 blocks in the library!!!  big_smile   big_smile   big_smile

WOOOOOOOOO


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#149 2010-09-03 12:05:02

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

Re: Welcome to the OLD local block library!

Hi all, my internet on my computer has conked out, so I'm trying t fix it. IDK what's wrong and nor does anyone else so it could be a while...


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

Offline

 

#150 2010-09-03 14:29:29

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Welcome to the OLD local block library!

Alright Sparks. Check your Internet Provider. Maybe they are unaware?


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

Board footer