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

#1 2010-12-31 23:21:05

HongKongPlayer
Scratcher
Registered: 2010-08-10
Posts: 2

Set of even numbers

How can I make a list of even numbers in Scratch?

Offline

 

#2 2010-12-31 23:30:38

hello12345678910
Scratcher
Registered: 2009-07-11
Posts: 100+

Re: Set of even numbers

set [number] to 0
forever
   add (number) to {list}
   change [number] by 2
end

Hope this helps!!


http://tinyurl.com/8yt32o9 http://tinyurl.com/6tgwp5r || Fish = F+I+S+H = 6+9+19+8 = 42<<The answer to Life, the Universe and Everything

Offline

 

#3 2011-01-02 05:56:05

HongKongPlayer
Scratcher
Registered: 2010-08-10
Posts: 2

Re: Set of even numbers

thanks a lot!

Offline

 

Board footer