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

#1 2011-05-19 13:31:45

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

BYOB 3.1 - released!

Hi, I'm not part of the BYOB team but I just noticed and I thought it should be spread.
Anyway, BYOB 3.1 NOT BETA has been released!!!

Download from the website: http://byob.berkeley.edu/#download  big_smile .
It has (as some of you may know) first-class sprites and cloning. Try it!  smile

Reply anything you'd like to say about it. And blocks.

whizzer

P.S. I hope I've just done Jens a favour.


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#2 2011-05-19 13:36:10

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

Re: BYOB 3.1 - released!

That's cool! I've already been experimenting with OOP and cloning in the beta, but good to know they've released a stable version now.

Offline

 

#3 2011-05-19 13:58:42

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3.1 - released!

Can't wait to download it!

Offline

 

#4 2011-05-19 15:08:39

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

Offline

 

#5 2011-05-19 17:31:34

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3.1 - released!

Ummm, I'm afraid I already had to build v.3.1.1 - which will be posted shortly - because someone found two last-minute bugs in 3.1  sad


Jens Mönig

Offline

 

#6 2011-05-19 18:17:44

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

Re: BYOB 3.1 - released!

Jens wrote:

Ummm, I'm afraid I already had to build v.3.1.1 - which will be posted shortly - because someone found two last-minute bugs in 3.1  sad

Make sure you need to add 3 other x.x.1+ versions, to get 3.1.4, which means for BYOB version Pi!

Offline

 

#7 2011-05-19 19:56:28

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: BYOB 3.1 - released!

I noticed the changes, such as a Clone block, as well as the Delete () block. My most favorite additions are the Object [] and Attribute [] blocks.  big_smile


~ihaveamac - visit ihaveamac.net

Offline

 

#8 2011-05-19 21:12:25

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: BYOB 3.1 - released!

YES BYOB NOW HAS CLONING  big_smile

NOW I CAN MAKE THE PROJECT I WAS TRYING TO MAKE WITH PANTHER  big_smile


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#10 2011-05-20 07:00:23

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3.1 - released!

the coolest thing about BYOB 3.1 is inheritance.

When you clone a sprite the clone inherits all of its parent's (local) custom blocks. When you change the parent's block definition all clones dynamically use the new one, but you can also override a child's block definition so it differs from the parent's (polymorphism). While this was to be expected for block definitions what's really cool about BYOB 3.1 is, that this kind of inheritance control also applies to everything else in a sprite: variables, system attributes, even costumes and sounds.

We're really excited and proud of these new features.

And here's the kicker: The handle to sprite attributes and properties are its blocks. Brian outdid himself with this design!

Last edited by Jens (2011-05-20 07:00:43)


Jens Mönig

Offline

 

#11 2011-05-20 07:07:21

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3.1 - released!

Jens wrote:

the coolest thing about BYOB 3.1 is inheritance.

When you clone a sprite the clone inherits all of its parent's (local) custom blocks. When you change the parent's block definition all clones dynamically use the new one, but you can also override a child's block definition so it differs from the parent's (polymorphism). While this was to be expected for block definitions what's really cool about BYOB 3.1 is, that this kind of inheritance control also applies to everything else in a sprite: variables, system attributes, even costumes and sounds.

We're really excited and proud of these new features.

And here's the kicker: The handle to sprite attributes and properties are its blocks. Brian outdid himself with this design!

Congrats on 14ooth post.  tongue
BYOB 3.1.1 sounds awesome!

Offline

 

#12 2011-05-20 10:16:07

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

Re: BYOB 3.1 - released!

The only flaw with the clone block is why is it a reporter block? It's supposed to do something, not report something!

Offline

 

#13 2011-05-20 10:50:12

Taneb
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: BYOB 3.1 - released!

It's a reporter block so you can allocate it to a variable, so you can refer to it.

Offline

 

#14 2011-05-20 10:59:20

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

Re: BYOB 3.1 - released!

rdococ wrote:

The only flaw with the clone block is why is it a reporter block? It's supposed to do something, not report something!

It clones the sprite, but then reports that clone so that you can store it away.

Offline

 

#15 2011-05-20 13:23:21

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: BYOB 3.1 - released!

Jens wrote:

Ummm, I'm afraid I already had to build v.3.1.1 - which will be posted shortly - because someone found two last-minute bugs in 3.1  sad

I know, I just downloaded it. I did wonder why there was two releases within 3 days.

Extra: My first thread and it's doing pretty well! Some people have 2 replies!

Last edited by whizzer (2011-05-20 13:26:08)


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#16 2011-05-20 13:29:42

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: BYOB 3.1 - released!

LS97 wrote:

That's cool! I've already been experimenting with OOP and cloning in the beta, but good to know they've released a stable version now.

LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#17 2011-05-20 15:12:34

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

Re: BYOB 3.1 - released!

whizzer wrote:

LS97 wrote:

That's cool! I've already been experimenting with OOP and cloning in the beta, but good to know they've released a stable version now.

LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?

Refresh the page  smile

Offline

 

#18 2011-05-20 15:23:23

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: BYOB 3.1 - released!

LS97 wrote:

whizzer wrote:

LS97 wrote:

That's cool! I've already been experimenting with OOP and cloning in the beta, but good to know they've released a stable version now.

LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?

Refresh the page  smile

The website is under review.


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#19 2011-05-20 15:25:08

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: BYOB 3.1 - released!

rdococ wrote:

I wonder if there will also be a BYOB 3.14 - BYOB Pi!
Or a 1.337... or 900.1...

you can't have 3.14, it would have to be 3.1.4, . go up to 9.


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#20 2011-05-20 15:32:03

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

Re: BYOB 3.1 - released!

Pecola1 wrote:

rdococ wrote:

I wonder if there will also be a BYOB 3.14 - BYOB Pi!
Or a 1.337... or 900.1...

you can't have 3.14, it would have to be 3.1.4, . go up to 9.

you could have 3.14, but that's a lot of sub-releases...  tongue

Offline

 

#21 2011-05-20 15:33:08

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

Re: BYOB 3.1 - released!

Pecola1 wrote:

LS97 wrote:

whizzer wrote:

LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?

Refresh the page  smile

The website is under review.

Well then, it's under review. You'll have to be patient. Sorry, on behalf of these paranoid 000webhost guys  smile

Offline

 

#22 2011-05-21 05:39:39

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: BYOB 3.1 - released!

LS97 wrote:

Pecola1 wrote:

LS97 wrote:


Refresh the page  smile

The website is under review.

Well then, it's under review. You'll have to be patient. Sorry, on behalf of these paranoid 000webhost guys  smile

They're not paranoid, they have to do that othewise some legal issue with ISPs causes their service immense problems.


/* No comment */

Offline

 

#23 2011-05-21 05:54:45

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: BYOB 3.1 - released!

LS97 wrote:

whizzer wrote:

LS97 wrote:

That's cool! I've already been experimenting with OOP and cloning in the beta, but good to know they've released a stable version now.

LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?

Refresh the page  smile

I did. It was fine until you added the music thing. Try adding some spaces between bits of BBCode.


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#24 2011-05-21 05:57:55

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: BYOB 3.1 - released!

Pecola1 wrote:

LS97 wrote:

whizzer wrote:


LS97, you still have a broken signature. The last picture still won't display.

Jens, where are the release notes?

Refresh the page  smile

The website is under review.

What website? That link means nothing! It has nothing to do with the quote! I can put you down for spamming!


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#25 2011-05-21 09:33:49

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

Re: BYOB 3.1 - released!

whizzer wrote:

Pecola1 wrote:

LS97 wrote:


Refresh the page  smile

The website is under review.

What website? That link means nothing! It has nothing to do with the quote! I can put you down for spamming!

Ehm... that's the link in my sig  tongue
I don't know what comes up for you, but on mine it shows my post count.

Offline

 

Board footer