Hey-
Is there some sort of Select-case statement in flash? For example, if I wanted to test a variable against multiple criteria is there a statement I could use instead of a bunch of elseifs? Something like this:
Select x
Case 1: Do this
Case 2: Do that
Case 3: Do the other thing
Is there some sort of Select-case statement in flash? For example, if I wanted to test a variable against multiple criteria is there a statement I could use instead of a bunch of elseifs? Something like this:
Select x
Case 1: Do this
Case 2: Do that
Case 3: Do the other thing