The case block is highly needed as it will make creating multiple if else statments easier to program and follow.
Right now when you use a lot of if else statments each one indents and this gets messy and hard to follow. A case will be easier to follow, less messy as well as teaching scratchers that theirs an easier way than typing loads of ifs.
Right now it is like this.
If variable = 1
else
if variable = 2
else
if variable = 3
else
ect.
will become.
Case variable
=1
=2
=3
case not met
Vote here. http://suggest.scratch.mit.edu/forums/6 … ?ref=title
Please can someone post a mockup of the case statment.
Offline