so no soupoftomato and well obviously i didn't copy henley if ours was different.
Offline
jackrulez wrote:
Jens wrote:
Cool! you could also make a conversion block like this, sort of like:
(A) as lowercase
(a) as uppercaseYeah! That would be cool.
EDIT:
Here they are!
http://img821.imageshack.us/img821/1710/lowercase.gif
http://img155.imageshack.us/img155/945/uppercase.gif
They use my <is [] lowercase?> block.
I am going to find a way to make that easier.
Offline
fg123 wrote:
jackrulez wrote:
Jens wrote:
Cool! you could also make a conversion block like this, sort of like:
(A) as lowercase
(a) as uppercaseYeah! That would be cool.
EDIT:
Here they are!
http://img821.imageshack.us/img821/1710/lowercase.gif
http://img155.imageshack.us/img155/945/uppercase.gif
They use my <is [] lowercase?> block.I am going to find a way to make that easier.
![]()

Offline
henley wrote:
Bump.
Hello? Doesn't ANYONE know how to make a BYOB block!?
yes. go to variables. then scroll down to Make a block. experiment with things easy first like glide () to the left in () seconds.
Offline
Pecola1 wrote:
henley wrote:
Bump.
Hello? Doesn't ANYONE know how to make a BYOB block!?yes. go to variables. then scroll down to Make a block. experiment with things easy first like glide () to the left in () seconds.
That's not what I meant.
Offline
I will make a block about <set[ripple ]effect to( 3 or a block about<when green flag clicked> <move( 23364645765687690780 )steps> and<play sound[ <play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play sound[ ]and waits>
Offline
MarioGuy134 wrote:
I will make a block about <set[ripple ]effect to( 3 or a block about<when green flag clicked> <move( 23364645765687690780 )steps> and<play sound[ <play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play drum( )for( )secss><play sound[ ]and waits>
That's not what I meant either.
I meant does anyone know how to make a creative original new block in the BYOB3 Block Editor.
Offline
henley wrote:
Bump.
Hello? Doesn't ANYONE know how to make a BYOB block!?
yes I have made lots of useful blocks go to the category: variables
under the lists there will be a button which says: new block
click it and it will have a window for choosing what category you want it to go to and an insert for a name of the block.
Offline
Try this one:
file:///C:/Documents%20and%20Settings/thomas%20shaw/My%20Documents/BYOB%20blocks/Activate%20script%20[%20and%20then%20[.gif
Last edited by siriusblack (2011-03-01 04:01:51)
Offline
siriusblack wrote:
Try this one:
file:///C:/Documents%20and%20Settings/thomas%20shaw/My%20Documents/BYOB%20blocks/Activate%20script%20[%20and%20then%20[.gif
You can only display images by uploading them to a website. The 'file://' at the start means that it's a file on your computer, and only you can view the image. Also use [ img ] tags to display an image directly in the forum.
Offline
I think I need to bump the whole forum.
At least 33404930493094343 cakes have to eat between posts. Please eat all cakes and try posting again.
Offline
jackrulez wrote:
Jens wrote:
Cool! you could also make a conversion block like this, sort of like:
(A) as lowercase
(a) as uppercaseYeah! That would be cool.
EDIT:
Here they are!
http://img821.imageshack.us/img821/1710/lowercase.gif
http://img155.imageshack.us/img155/945/uppercase.gif
They use my <is [] lowercase?> block.
A /simpler/ version of that would be
Uppercase:
when block started
report ascii ( (ascii [input] as number) + 26) as letter
and
Lowercase:
when block started
report ascii ( (ascii [input] as number) - 26) as letter
Offline