sparks wrote:
Are we thinking of doing the block library christmas image competition again this year?
Yeah!
Only this time should we not allow librarians?
Last time there were none.
Offline
does anybody have scratch live blocks for panther?
Offline
cool! I tried it and it works!
Offline
Sorry, tinypic wasn't working so I can't have pictures. I'll try to use the blocks.
It's a BYOB block.
The block is: <1 out of ( ) chance>
Block hat
Script variables a >
<set{ a }to( <pick random( 1 )to( number input in block
<if> <(a<=>1)>
report true
<else>
report false
<end>
Again, sorry for inconvenience but I did all I could.
Offline
PullJosh wrote:
Sorry, tinypic wasn't working so I can't have pictures. I'll try to use the blocks.
It's a BYOB block.
The block is: <1 out of ( ) chance>
Block hat
Script variables a >
<set{ a }to( <pick random( 1 )to( number input in block
<if> <(a<=>1)>
report true
<else>
report false
<end>
Again, sorry for inconvenience but I did all I could.
I have no idea why this came here, because I posted it on the library, but I guess it'll work.
Offline
Hey I recently tried to download and use the BYOB block "pause all until ___" but byob freezes shortly after I download it. Does this happen to anybody else? Any way to fix it?
Offline
Bookworm300 wrote:
Hey I recently tried to download and use the BYOB block "pause all until ___" but byob freezes shortly after I download it. Does this happen to anybody else? Any way to fix it?
that has no happened to me :-S
Offline
Bookworm300 wrote:
Hey I recently tried to download and use the BYOB block "pause all until ___" but byob freezes shortly after I download it. Does this happen to anybody else? Any way to fix it?
Have you tried downloading the block twice? It may be that BYOB froze due to an unrelated issue (drawing a correlative causality).
Offline
My first Panther Block: - I'm not entirely sure if this is how I'm supposed to submit it.
Name: $number$ out of $number$ as %
Type: r
Code: t1 / t2*100
Offline
Pecola1 wrote:
thisisntme wrote:
I am blocked from imgur i guess
you have to click the link and then copy the url then do the post image thing
Offline
How is .BLOCK development going?
Offline
Bookworm300 wrote:
Hey I recently tried to download and use the BYOB block "pause all until ___" but byob freezes shortly after I download it. Does this happen to anybody else? Any way to fix it?
my only guess is that you accidently ran it with an input that will never be true. if that is the case, hold down escape and press the stop sign.
Offline
Splodgey wrote:
My first Panther Block: - I'm not entirely sure if this is how I'm supposed to submit it.
Name: $number$ out of $number$ as %
Type: r
Code: t1 / t2*100
I've got 2 other blocks that I think would be useful, but I won't submit then until I know how to submit it properly.
Offline
joefarebrother wrote:
Bookworm300 wrote:
Hey I recently tried to download and use the BYOB block "pause all until ___" but byob freezes shortly after I download it. Does this happen to anybody else? Any way to fix it?
my only guess is that you accidently ran it with an input that will never be true. if that is the case, hold down escape and press the stop sign.
No but I haven't even attached it to a script or used it. It's just about 2-3 sec after I download it BYOB freezes and I can't exit.
Offline
yay you guys added my random card block!
Coming these blocks reporters:
The (18) Letter of the alphabet: Result: R
Letter [R] As number in the alphabet order: Result: 18
Percentage of (100) : Result: 100%
Antecessor of (1): Result: 0
Sucessor of (1): Result: 2
Offline
Those look cool, lu9, though I warn you it's likely that we won't add the percentage block (which can be achieved very easily using the (( ) / ( )) and (( ) * ( )) blocks and we won't accept the Antecessor of and Successor of reporter blocks because you can simply do ((n) + (1)) and ((n) - (1)). :)
Last edited by sparks (2011-12-02 10:07:51)
Offline
sparks wrote:
Those look cool, lu9, though I warn you it's likely that we won't add the percentage block (which can be achieved very easily using the (( ) / ( )) and (( ) * ( )) blocks and we won't accept the Antecessor of and Successor of reporter blocks because you can simply do ((n) + (1)) and ((n) - (1)).
Are you talking about my block? Because if you are does that mean I submitted it correctly?
Offline
Splodgey wrote:
sparks wrote:
Those look cool, lu9, though I warn you it's likely that we won't add the percentage block (which can be achieved very easily using the (( ) / ( )) and (( ) * ( )) blocks and we won't accept the Antecessor of and Successor of reporter blocks because you can simply do ((n) + (1)) and ((n) - (1)).
Are you talking about my block? Because if you are does that mean I submitted it correctly?
No, he was referring to lu9.
700TH POST!!!
Offline
Greenatic wrote:
Splodgey wrote:
sparks wrote:
Those look cool, lu9, though I warn you it's likely that we won't add the percentage block (which can be achieved very easily using the (( ) / ( )) and (( ) * ( )) blocks and we won't accept the Antecessor of and Successor of reporter blocks because you can simply do ((n) + (1)) and ((n) - (1)).
Are you talking about my block? Because if you are does that mean I submitted it correctly?
No, he was referring to lu9.
700TH POST!!!
DID I submit it correctly? If not how do I submit it correctly?
Offline
iPhone63 wrote:
I have NO IDEA how to make custom blocks work...... especaly in CentOS(Linux)
Can some1 help please???? Looks awesome anyways
For what? Scratch, BYOB, or Panther? Or another mod?
Offline
I have a suggestion: a "set answer to" block.
Offline
WingsGames wrote:
I have a suggestion: a "set answer to" block.
That should be pretty simple. However, the purpose of the (answer) value is to represent user input, not a variable value.
Offline