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 . But I'll repost it anyways.
It's just like the normal equals boolean, except it's case sensitive.
Offline
meowmeow55 wrote:
Jwosty wrote:
meowmeow55 wrote:
My <[]=[]> block picture is no longer accessible, here's the updated link:
What would that do, exactly?
Um, the description for that block is already in the topic post and somewhere in this topic . But I'll repost it anyways.
It's just like the normal equals boolean, except it's case sensitive.
Oh...
Offline
scratchisthebest wrote:
Wow! I like to hack Scratch. 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
I have a new BYOB block!
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)
Offline
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 . Though I guess I can't blame you, as you said that you might fall asleep at the desk
Offline
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 . Though I guess I can't blame you, as you said that you might fall asleep at the desk
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
Offline
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
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!
Offline
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.
Offline
http://scratch.mit.edu/forums/viewtopic.php?id=44820 there's mah 3rd addition
couldnt be bothered to copy and paste it all
Offline
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.
Offline
New block! ([text input] reversed) - go in BYOB blocks - category Operators.
Last edited by rdococ (2010-08-30 12:32:00)
Offline
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
this might seem very immature but i hate what zorket said. it made smoke come out of my ears. OK?
Offline
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.
Offline
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.
Offline
40 blocks in the library!!!
WOOOOOOOOO
Offline