Hi, Why does not C3 have SWITCH?
I have several projects in C2 in which the ELSE are stacked and it would be more readable and, even, it is more efficient to use SWITCH in these cases since it generates less code (that's what I've read).
Develop games in your browser. Powerful, performant & highly capable.
Unless I'm being slow this morning, aren't sub events very similar to switch statements?
EDIT//
Worth noting that with JavaScript you can simply write a switch statement and fire actions that way:
w3schools.com/js/js_switch.asp