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

#1 2012-01-28 05:46:38

Wernich
New Scratcher
Registered: 2012-01-28
Posts: 7

else if, next stage

Please in the next version add an else if suggestion wich will expand the useblity of scratch.

If a New stage option is added better game with different forms can be made.

Thanks
Wernich

Offline

 

#2 2012-01-28 06:22:19

mattlai2
Scratcher
Registered: 2011-12-06
Posts: 100+

Re: else if, next stage

You can already do "else if" now like this:

if <touching color [#FF0000]?>
    say [Red!]
else
    if <touching color [#00FF00]?>
        say [Green!]
    else
        say [Neither red nor green!]
    end
end

Offline

 

Board footer