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

#1 2008-07-14 19:14:13

dogbloos
Scratcher
Registered: 2007-05-10
Posts: 35

custom block

they should have a new section, for custom block. For a script that a certian person uses very often, but is kind of long, they should be able to right click that script and make an auto block for it.

what this is, is its one block for that whole script. you would be able to set the name and everything,and there would be an auto block for it from then on.

for example,

<when green flag clicked>
<forever>
<wait( 1 )secsc>
<show>
<next costume>
<hide>
<end>

would become:

<< show, change, and hide ..  >>
accept that it would be a block and not a diamond script.


I like snakes!!!!! i also like programming, cp, and science

Offline

 

#2 2008-07-14 20:01:58

Kingdaro
Scratcher
Registered: 2008-06-08
Posts: 100+

Re: custom block

dogbloos wrote:

they should have a new section, for custom block. For a script that a certian person uses very often, but is kind of long, they should be able to right click that script and make an auto block for it.

what this is, is its one block for that whole script. you would be able to set the name and everything,and there would be an auto block for it from then on.

for example,

<when green flag clicked>
<forever>
<wait( 1 )secsc>
<show>
<next costume>
<hide>
<end>

would become:

<< show, change, and hide ..  >>
accept that it would be a block and not a diamond script.

[/blocks]
That'd be a grouping sequence. Right click, click group, then it turns into a different color block. Good idea! That could save scripting space, and maybe make a smaller filesize.

Last edited by Kingdaro (2008-07-14 20:02:21)

Offline

 

Board footer