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

#201 2009-06-03 07:45:23

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

Ok. Thanks Jens!

Offline

 

#202 2009-06-04 19:47:29

itsme213
Scratcher
Registered: 2007-07-08
Posts: 38

Re: ITopic: Build Your Own Blocks (BYOB)

Jens,

Quite keen to use your not-yet-released beta-version of BYOB which includes being able to call reporters on both All and Individual objects ... just thought I'd mention it. Actually have some projects in mind already, so will be happy with all kinds of incompleteness-es  :-)

Best regards ... Sophie

Offline

 

#203 2009-06-06 21:51:35

scmb1
Scratch Team
Registered: 2009-03-19
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

This is really cool! I just downloaded it, so I"m not very good at it yet, but I can tell that it will help me a lot. Awesome!


http://i48.tinypic.com/2z5pqad.png

Offline

 

#204 2009-06-07 11:20:52

Oramis
Scratcher
Registered: 2008-10-10
Posts: 100+

Re: ITopic: Build Your Own Blocks (BYOB)

One question: How to import blocks made in BYOB into Scratch, so I can use them in projects made in Scratch programme. I know where to find my block, but how to get it to my Scratch projects?


http://img17.imageshack.us/img17/9660/oramislogo.png if you're creative, and enjoy world-building and character-making.
http://i.imgur.com/JeF62.jpg

Offline

 

#205 2009-06-07 21:04:38

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

Oramis wrote:

One question: How to import blocks made in BYOB into Scratch, so I can use them in projects made in Scratch programme. I know where to find my block, but how to get it to my Scratch projects?

You can't.

Offline

 

#206 2009-06-08 12:08:36

Oramis
Scratcher
Registered: 2008-10-10
Posts: 100+

Re: ITopic: Build Your Own Blocks (BYOB)

coolstuff wrote:

Oramis wrote:

One question: How to import blocks made in BYOB into Scratch, so I can use them in projects made in Scratch programme. I know where to find my block, but how to get it to my Scratch projects?

You can't.

Aww, man! Well I can still play around with it...


http://img17.imageshack.us/img17/9660/oramislogo.png if you're creative, and enjoy world-building and character-making.
http://i.imgur.com/JeF62.jpg

Offline

 

#207 2009-06-08 14:52:01

Rasquera
Scratcher
Registered: 2009-03-17
Posts: 1

Re: ITopic: Build Your Own Blocks (BYOB)

Thanks Jens!!!

I'm very excited about your work. It's really wonderful!!

I'm thinking in using Scratch as an alternative to pseudocode in teaching computer science to my alumns i an "introduction to programming" course, but It was laking some fundamental aspects as funcions, procedures, parameter passing. Now with BYOB I really can start to use it as a very nice tool, hoping the Scratch way of learning helps my alumns to learn some aspects they fount too much "abstact" dealing with pseudocode.

Thank you for your Work!! I hope some day we can see it fully integrated in the "official" Scratch, perhaps in 1.5  wink

Offline

 

#208 2009-06-08 16:06:19

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

Re: ITopic: Build Your Own Blocks (BYOB)

Hi Rasquera, thanks for trying BYOB! It's very exciting for to get all the feedback about BYOB being used in highschool and college courses around the world, I certainly did not expect this kind of echo when I first started experimenting with procedures/recursion in Scratch, it's a wonderful motivation!


Jens Mönig

Offline

 

#209 2009-06-10 00:04:16

itsme213
Scratcher
Registered: 2007-07-08
Posts: 38

Re: ITopic: Build Your Own Blocks (BYOB)

Jens wrote:

It's very exciting for to get all the feedback about BYOB being used in highschool and college courses around the world

Congratulations, Jens!  I'm not too surprised though, your work is really great!

Offline

 

#210 2009-06-10 12:45:02

xorapcatxo
Scratcher
Registered: 2009-06-10
Posts: 6

Re: ITopic: Build Your Own Blocks (BYOB)

Jens wrote:

So, you want to define your own procedures and functions in Scratch? Build your own blocks (BYOB  smile  )?

You might as well try this new experimental prototype I have been developing over the last weeks. You can download and read through an overview (pdf), or download the whole application (including the overview) and start playing with it right away.

This prototype lets you build your own custom blocks in Scratch using the standard Scratch blocks, as well as other blocks you defined elsewhere. You can create your own command blocks (procedures) and reporter blocks (functions), both regular ("round") and boolean ("diamond"). You can specify for each block to be atomic (run at the speed of a single block) or interleafed. Your custom blocks are defined for each sprite and can be shared among projects together with the sprite they were created for. Oh, and you can even use a block within itself (recursion).

This prototype is very, very, experimental, so be prepared to encounter lots of bugs. I'd be very interested in feedback about your experiences and insights.

Enjoy!
-Jens

I tried going to the site and stuff, but i can't figure how to use it! PLEASE HELP! I'M WILLING TO DOWNLOAD IT!
Best regards to everyone in their scratch projects
~xorapcatxo~

Offline

 

#211 2009-06-10 12:46:11

xorapcatxo
Scratcher
Registered: 2009-06-10
Posts: 6

Re: ITopic: Build Your Own Blocks (BYOB)

Please Help

Offline

 

#212 2009-06-10 12:49:47

xorapcatxo
Scratcher
Registered: 2009-06-10
Posts: 6

Re: ITopic: Build Your Own Blocks (BYOB)

The-Whiz wrote:

Ok. Thanks Jens!

HAHA!!!!!!!! Smart idea<pen down> <pen up><change pen color by( <set pen color to( <change pen shade by( <set pen shade to( <change pen size by( <set pen size to( <stamp> I DON"T HAVE ANY OF THOSE BLOCKS ON MY SCRATCH!

Offline

 

#213 2009-06-10 12:50:51

xorapcatxo
Scratcher
Registered: 2009-06-10
Posts: 6

Re: ITopic: Build Your Own Blocks (BYOB)

I ONLY HAVE THE PEN BUTTON <clear>

Offline

 

#214 2009-06-10 18:36:48

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

Re: ITopic: Build Your Own Blocks (BYOB)

Hi xorapcatxo, I'm sorry you're having problems using BYOB but not sure if I understand them. You should be able to just download BYOB, extract it, and double click on the file named byob.exe. Which part isn't working for you?


Jens Mönig

Offline

 

#215 2009-06-15 17:12:31

xaby
Scratcher
Registered: 2008-02-13
Posts: 49

Re: ITopic: Build Your Own Blocks (BYOB)

Maybe you using the stage (background) and not an object (sprite)

Hope, you understand, what I mean.

Offline

 

#216 2009-06-27 13:01:46

NiyazK
Scratcher
Registered: 2009-06-27
Posts: 3

Re: ITopic: Build Your Own Blocks (BYOB)

a really nice guide on making blocks i hope u come up with more of this stuff
________________________________________________________________________
Tech Blog

Last edited by NiyazK (2009-06-27 13:02:23)

Offline

 

#217 2009-06-27 13:44:52

StBernard17
Scratcher
Registered: 2008-12-27
Posts: 6

Re: ITopic: Build Your Own Blocks (BYOB)

This is Amazing! I have always wanted to do this,and now here it is!  I understand it, so it's pretty simple. Like JSO, I hope this is in the next version of Scratch!

Offline

 

#218 2009-06-27 19:45:15

scmb1
Scratch Team
Registered: 2009-03-19
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

This is awesome. I hope it is included on an upcoming version of Scratch!
I'm having one problem: I can't put anything in the return space for the reporter or the boolean blocks. Its probably something I'm doing wrong. That seems like it would be an obvious bug.
Anyway, thanks Jens for such an awesome thing to play around with.


http://i48.tinypic.com/2z5pqad.png

Offline

 

#219 2009-06-28 03:33:20

sonicbros
Scratcher
Registered: 2008-12-12
Posts: 5

Re: ITopic: Build Your Own Blocks (BYOB)

<stop all> the chat how are you supposed to make one  neutral

Last edited by sonicbros (2009-06-28 03:33:56)

Offline

 

#220 2009-06-29 08:14:39

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

I downloaded BYOB and it is AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#221 2009-06-30 07:26:16

zbugni
Scratcher
Registered: 2008-12-13
Posts: 500+

Re: ITopic: Build Your Own Blocks (BYOB)

This is incredible!  This gives a user the possibillity to create a new scratch.  I love Build Your Own Blocks!

Offline

 

#222 2009-06-30 07:51:05

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

zbugni wrote:

This is incredible!  This gives a user the possibillity to create a new scratch.  I love Build Your Own Blocks!

Not necessarily, "a new scratch" they are in their own place in the variables section, and nothing else (besides default sprite) has changed.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#223 2009-07-05 14:43:39

NXTGeek
Scratcher
Registered: 2008-03-27
Posts: 100+

Re: ITopic: Build Your Own Blocks (BYOB)

I am having trouble with exporting...when I hit the button, it seems as if it compiles it, but it saves nothing....

Offline

 

#224 2009-07-08 18:36:38

DarthPickley
Scratcher
Registered: 2008-06-13
Posts: 100+

Re: ITopic: Build Your Own Blocks (BYOB)

you need to update it for scratch 1.4 now jens! we're bound to get all sorts of new functions now, especially with the point towards (variable) and stuff... this will be so much fun!

Offline

 

#225 2009-07-08 18:39:34

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ITopic: Build Your Own Blocks (BYOB)

Yes! I agree! I have a program (http://scratch.mit.edu/projects/The-Whiz/599594) That converts numbers into text, but it was made with 1.4 and doesn't work with BYOB! I would love to make a [convert (__) to text] block!

Offline

 

Board footer