Pages: 1
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
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