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

#1 2012-02-13 20:32:04

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

some very useful blocks.

Here are some ideas for new blocks I just thought up one day:

 

clear pen in color [#F9586F] 




if < > but not < >


hide list [list v] 


round (number) to nearest [tenth v]


<broadcast [broadcast v] recieved?> 


set pen color to [#67908D] or [#DF5968] 



http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#2 2012-02-13 20:43:00

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: some very useful blocks.

1.  Very useful!
2.  Not this again...
3.  Use:

if < <something> and <not <something> > >
end
4.  I believe they're already doing this.
5.  Duplicate topic.
6.  Use:
set [variable  v] to (pick random (1) to (2))
if <(variable) = (1)>
set pen color to [#67908D] 
else
set pen color to [#DF5968] 
end

Last edited by Greenatic (2012-02-13 20:44:13)

Offline

 

#3 2012-02-13 20:57:38

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: some very useful blocks.

Greenatic wrote:

1.  Very useful!
2.  Not this again...
3.  Use:

if < <something> and <not <something> > >
end
4.  I believe they're already doing this.
5.  Duplicate topic.
6.  Use:
set [variable  v] to (pick random (1) to (2))
if <(variable) = (1)>
set pen color to [#67908D] 
else
set pen color to [#DF5968] 
end

oh ok thanks


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer