fullmoon wrote:
I support! I think that in place of the arrows, however, a little (+) button at the bottom of the block would be better, and a little (x) next to the deletable else-if constructs.
Absolutely - Harakou and I were talking about this
Offline
bendad wrote:
you can do this in scratch.
<if> blah
do stuff
<end>
<if> blah2
do more stuff
<end>
<if> not blah or blah2
do something else
<end>
Yes, but this suggestion would clean up a lot of extra scripting that would be needed.
Offline
bendad wrote:
you can do this in scratch.
<if> blah
do stuff
<end>
<if> blah2
do more stuff
<end>
<if> not blah or blah2
do something else
<end>
You're completely missing the point there.
With that, Scratch has to sort through all those other If's, even once it finds the single one you want to execute.
Offline