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

#1 2008-02-27 17:39:45

Hobbs1100
Scratcher
Registered: 2008-02-16
Posts: 500+

More "When" Blocks

Scratch needs more 'When" blocks. There is the 'When I Recieve ______" block, but that starts a script. What about a "when I recieve" block that you can insert into scripts. Or a "When _______" that you can put inside scripts. The blank spot is a diamond shaped area like the ones used in sensing.

So here are my ideas in point form:

-----"When I Recieve _________" that doesn't start a script

-----"When <______>" that you can (start a)/(insert into a) script with

Offline

 

#2 2008-02-27 18:00:47

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: More "When" Blocks

when=if. you know that right?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#3 2008-02-28 16:43:54

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

Re: More "When" Blocks

That would be a good idea. In addition they could get rid of the "change ___ by (_)" because you can just "set ___ to ((this variable) + (the amount  you want to change it by))".


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

Offline

 

#4 2008-02-28 18:43:56

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: More "When" Blocks

Lucario621 wrote:

That would be a good idea. In addition they could get rid of the "change ___ by (_)" because you can just "set ___ to ((this variable) + (the amount  you want to change it by))".

Not in all cases. in a repeat untill you can do change by 1 mmultiple times


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#5 2008-03-01 17:56:07

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: More "When" Blocks

All "change var by ..." can be replaced by "set var to var + ...", but that does take longer to set up, so the "change by" block is often useful.

Offline

 

Board footer