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

#1051 2010-07-14 15:40:44

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Taneb wrote:

Could the block-making window be resizeable? That would make it much easier to make blocks.

Uhhh, it already is resizable....


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#1052 2010-07-14 15:59:16

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

Re: BYOB 3 - Discussion Thread

Taneb wrote:

Could the block-making window be resizeable? That would make it much easier to make blocks.

Hi Taneb, the block editor is resizeable (as is the debugger and the Elements window). There's a resizing handle in the bottom right corner...


Jens Mönig

Offline

 

#1053 2010-07-14 16:06:40

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Jens wrote:

Taneb wrote:

Could the block-making window be resizeable? That would make it much easier to make blocks.

Hi Taneb, the block editor is resizeable (as is the debugger and the Elements window). There's a resizing handle in the bottom right corner...

Maybe Taneb has an older version of BYOB...


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#1054 2010-07-14 17:02:23

RCScratch
Scratcher
Registered: 2010-05-26
Posts: 48

Re: BYOB 3 - Discussion Thread

How do you make a block like this:

Code:

Do [^_______] until <> happens

?

I can't figure out how to get the predicate right.

Last edited by RCScratch (2010-07-14 17:04:49)


http://i736.photobucket.com/albums/xx7/RCScratch/RCSCRatch.gif http://www.danasoft.com/sig/467044211994.jpg

Offline

 

#1055 2010-07-14 17:19:12

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: BYOB 3 - Discussion Thread

RCScratch wrote:

How do you make a block like this:

Code:

Do [^_______] until <> happens

?

I can't figure out how to get the predicate right.

Couldn't you just use the repeat until block?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#1056 2010-07-15 06:50:50

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

ScratchReallyROCKS wrote:

RCScratch wrote:

How do you make a block like this:

Code:

Do [^_______] until <> happens

?

I can't figure out how to get the predicate right.

Couldn't you just use the repeat until block?

If I'm understanding the question, RCS wants to capture momentatry events like a key press or mouse click, and if the action part of the loop takes too long the event might be over before a test.  I don't have a complete solution for that, but it might help to have a separate thread that just checks for the event and sets a variable when it happens.

But if you're right and RCS just wants something like REPEAT UNTIL but with the test at the end (so the action happens at least once), there's a

REPEAT <action> UNTIL <test>

block in the tools.ypr project.  Be sure to download the lastest version, because early versions had a bug!


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#1057 2010-07-15 12:50:35

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Yay! Page 15  wink  (for me at least)

Any chance we might be able to drag reporters into a "when key pressed" hat block? And a (keys pressed)[] reporter would be handy. Just random thoughts for 3.1!


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#1058 2010-07-16 00:15:48

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

fullmoon wrote:

Any chance we might be able to drag reporters into a "when key pressed" hat block?

Oh, you mean a reporter that reports a character, and that's the character it looks for?  Nice idea, thanks.  As you say, 3.1.

People keep rediscovering the generic WHEN <predicate> hat block; that's another possibility in this category.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#1059 2010-07-16 07:54:16

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

2.99.030, more bugfixes.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#1060 2010-07-16 07:55:23

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

2.99.030, more bugfixes.

How many more versions are you going to make? 970?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#1061 2010-07-16 08:39:40

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

markyparky56 wrote:

How many more versions are you going to make? 970?

There aren't that many days left before the Scratch conference!

We almost issued a beta release and then a still-unsettled argument (with users, not between me and Jens!) about the UI of higher order reporters got in the way.  Stay tuned.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#1062 2010-07-16 09:55:43

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Hey, I have an important question for ya, bharvey.

One of the features of lists in Scratch, is that you can easily import them and export them. For example, you can simply type a list of words in notepad, and them import them to use them into a project. However, BYOB now has everything first class, so how do we export lists within lists, as well as costumes, and scripts, and blocks, (and sounds?)


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1063 2010-07-16 09:56:55

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

There aren't that many days left before the Scratch conference!

Hmm! I guess you're right. Summer flies by so fast...  hmm

I just wish I could be there to brag about my badges/buttons  wink   wink   wink


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1064 2010-07-16 10:07:48

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Lucario621 wrote:

bharvey wrote:

There aren't that many days left before the Scratch conference!

Hmm! I guess you're right. Summer flies by so fast...  hmm

I just wish I could be there to brag about my badges/buttons  wink   wink   wink

You got them too! AWESOME!  big_smile


nXIII

Offline

 

#1065 2010-07-16 10:21:28

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

nXIII wrote:

Lucario621 wrote:

bharvey wrote:

There aren't that many days left before the Scratch conference!

Hmm! I guess you're right. Summer flies by so fast...  hmm

I just wish I could be there to brag about my badges/buttons  wink   wink   wink

You got them too! AWESOME!  big_smile

You got them too!?!?!? EVEN AWESOMER!!!!  big_smile   big_smile   big_smile

Who has them so far?


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1066 2010-07-16 10:47:18

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Also, what do you guys think about the recursion article on the Scratch Wiki? See it here. What should we add/change?  smile


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1067 2010-07-16 15:00:37

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Lucario621 wrote:

nXIII wrote:

Lucario621 wrote:


Hmm! I guess you're right. Summer flies by so fast...  hmm

I just wish I could be there to brag about my badges/buttons  wink   wink   wink

You got them too! AWESOME!  big_smile

You got them too!?!?!? EVEN AWESOMER!!!!  big_smile   big_smile   big_smile

Who has them so far?

What on earth are badges/buttons?!?

Offline

 

#1068 2010-07-16 15:17:17

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

Lucario621 wrote:

nXIII wrote:


You got them too! AWESOME!  big_smile

You got them too!?!?!? EVEN AWESOMER!!!!  big_smile   big_smile   big_smile

Who has them so far?

What on earth are badges/buttons?!?

Oh, nothing  wink


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1069 2010-07-16 16:14:01

TheExternal
Scratcher
Registered: 2008-11-04
Posts: 54

Re: BYOB 3 - Discussion Thread

Lucario621 wrote:

shadow_7283 wrote:

Lucario621 wrote:


You got them too!?!?!? EVEN AWESOMER!!!!  big_smile   big_smile   big_smile

Who has them so far?

What on earth are badges/buttons?!?

Oh, nothing  wink

TELL US OR WE'LL EAT U!!! lol


http://i37.tinypic.com/2jdp99s.png
The funniest thing about this quote is that by the time you realize it doesn't say anything of importance, it's too late to stop reading it.

Offline

 

#1070 2010-07-16 16:32:54

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Please tell me. I want to know!

Offline

 

#1071 2010-07-16 16:34:59

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

Please tell me. I want to know!

Desperate noob. Lol.

I emailed bharvey and ask him if I could  yikes


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1072 2010-07-16 17:34:39

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Lucario621 wrote:

shadow_7283 wrote:

Please tell me. I want to know!

Desperate noob. Lol.

I emailed bharvey and ask him if I could  yikes

And he said no?
Oh, I can see why....


nXIII

Offline

 

#1073 2010-07-16 17:51:15

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Noob? Says the person with only four pages of projects.  sad

Offline

 

#1074 2010-07-16 17:56:54

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

nXIII wrote:

Lucario621 wrote:

shadow_7283 wrote:

Please tell me. I want to know!

Desperate noob. Lol.

I emailed bharvey and ask him if I could  yikes

And he said no?
Oh, I can see why....

No, I just didn't get a response yet.


http://i.imgur.com/WBkM2QQ.png

Offline

 

#1075 2010-07-16 18:09:41

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

MathWizz wrote:

Do you have the latest version of BYOB?

Ah, haven't heard from you in a while!  Happy 500th post.  smile

PS Nice logo in your sig.

Wow! I didn't notice! My router's broken so I can't get online very often.  sad


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

Board footer