SSBBM wrote:
YourLocalBlockLib wrote:
Hardmath123 wrote:
Whose sig? Mine?
No, mine.
Shouldn't we just get rid of the first anniversary stuff?
Yeah! The first anniversary stuff was a while back.
Offline
I'm bored, so...
new block!
Type: BYOB
Name: [make line from x: () y: () to x: () y: () line thickness: () ]
Block image:
Block scripts:
Offline
Blocks are useful...but what about hacks? Like enabling Mesh? I made my own website for that (http://customblocks.weebly.com/) but I think you should include that find of stuff here (and my website is totally falling apart). ;D
<when green flag clicked>
<forever>
<if><(true<=>false)>
<stop script>
<end>
<play sound[happy]and waits> ...until Scratch 2.0
<end>
Offline
Motion Is The Category. Switch Drag Is The Name.
Code:
<if> <draggable?>
make undraggable.
<else>
make draggable.
<end>
Offline
Hey, I just want to remind whoever does the next update, DON'T OVERLOOK MY BLOCKS! I know Greenatic posted 300 majillion gazillion blocks, but I posted three useful booleans, and I don't want them overlooked!
Offline
I know I haven't added many blocks recently, so here's two.
('%n is a perfect square?' #b #IsPerfectSquare:) ('%n is a perfect cube?' #b #IsPerfectCube:)
IsPerfectSquare: t1 | t2 | t2 _ 1. t1 isInf ifTrue: [^ false]. t1 isNaN ifTrue: [^ false]. [t2 * t2 < t1] whileTrue: [t2 _ t2 + 1]. ^ t2 * t2 = t1
IsPerfectCube: t1 | t2 | t2 _ 1. t1 isInf ifTrue: [^ false]. t1 isNaN ifTrue: [^ false]. [t2 * t2 * t2 < t1] whileTrue: [t2 _ t2 + 1]. ^ t2 * t2 * t2 = t1
Offline
BTW, in reference to all blocks woth dropdowns: I think whoever updates the library next should replace %somethings only used in one block with the method used in the |set stepping speed to { v}| block.
Offline
I'd like to request a fixed block for the ( [var] sensor value ) block in sensing ( at the bottom ). So I can put reporters into it ( like ( join [value] with [value] ) ) for Panther.
Last edited by Magnie (2011-08-20 09:58:53)
Offline
Magnie wrote:
I'd like to request a fixed block for the ( [var] sensor value ) block in sensing ( at the bottom ). So I can put reporters into it ( like ( join [value] with [value] ) ) for Panther.
it would also be good if it was one of those dropdowns you could type in, like the (item [1] of [list]) block.
Offline
I hate it that the fraction blocks only allow values from the dropdown list, so...
('%n/%n as decimal' #r #fraction:Decimal:) fraction: t1 Decimal: t2 ^t1/t2
('%n/%n of %n' #r #fraction:Of:Number:) fraction: t1 Of: t2 Number: t3 |t4| t4_t3/t2*t1 ^t4
Now, you can have fractions like 890/124704 in these two blocks!
Offline
Is anyone ever going to do an update?
Offline
Greenatic wrote:
Is anyone ever going to do an update?
^Agreed.
Offline
TuragaTreeko wrote:
Greenatic wrote:
Is anyone ever going to do an update?
^Agreed.
Eventually.
Cool post count, Turaga; 123.
Offline
Time to do a BYOB update. Lets start with these two blocks.
Mcsugarface wrote:
Made this block:
http://img829.imageshack.us/img829/7784/runwhile.gif
Here are the scripts:
http://img837.imageshack.us/img837/1717 … cripts.gif
Simple.
Do at same time was made by Floppy_gunk.
owetre18 wrote:
I'm bored, so...
new block!
Type: BYOB
Name: [make line from x: () y: () to x: () y: () line thickness: () ]
Block image: http://i.imgur.com/ULeLC.gif
Block scripts: http://i.imgur.com/YoV12.gif
make line is already in the library. I think make line with thickness is a little much.
SSBBM
Last edited by YourLocalBlockLib (2011-08-23 12:38:25)
Offline
Sidharth wrote:
I have improved Floppy_gunk's block (for-each-in):
http://i.imgur.com/DeiQm.gif
It comes with a counter and I have a .ysp file, too: Here
Another control block (for-with-counter):
http://i.imgur.com/ItKgO.gif
.ysp file: here
EDIT: More coming soon!
Which block is this an updated for? I'm a little confused.
SSBBM
Last edited by YourLocalBlockLib (2011-08-23 12:48:17)
Offline
sparks wrote:
^ cheers, SSBBM, you could always update "make line" with "make line with thickness" as an improvement update?
I still think the block is more for certain situation and is a lot less useful for most projects.
Also do you know the link for the normal logo?
SSBBM
Last edited by YourLocalBlockLib (2011-08-23 12:48:41)
Offline
.
BYOB Blocks added: 7
by roijac
by Flashgocrazy
by Flashgocrazy
by Flashgocrazy
by Flashgocrazy
by Flashgocrazy
by Sidharth
Other updates: 1
The first anniversary is over. All the logos are changed.
Update carried out by block librarian: SSBBM
________________________________________________________________________________
^home
^updates archive
Last edited by YourLocalBlockLib (2011-08-24 07:31:19)
Offline
Offline
YourLocalBlockLib wrote:
Also do you know the link for the normal logo?
SSBBM
Offline
YourLocalBlockLib wrote:
. http://welcometoyourlocalblocklibrary.w … 223741.gif
BYOB Blocks added: 1
http://i.imgur.com/Dm5hP.gif by roijac
Update being carried out by block librarian: SSBBM
________________________________________________________________________________
^home
^updates archive
SSBBM, are you going to also add the blocks for scratch Greenatic and I added? And also everyone else's non-BYOB blocks? Some of the above posts suggest not.
Offline
I'd like him to.
Last edited by scimonster (2011-08-23 14:49:59)
Offline