vote up 4 vote down star
1

One thing I really like about AS3 over AS2 is how much more compile-time type-checking it adds. However, it seems to be somewhat lacking in that there is no type-checked enumeration structure available. What's a good (best / accepted) way to do custom enumerated types in AS3?

flag

4 Answers

vote up 2 vote down check

your answer after the jump :-)

Enumerations with classes

link|flag
Good answer, thanks! – HanClinto Dec 1 '08 at 0:50
vote up 2 vote down

Just wanted to share my way

link|flag
A bit verbose, but I like it. – Rytmis Feb 18 at 11:01
vote up 1 vote down

Check this out: http://flexblog.faratasystems.com/?p=242

link|flag
vote up 0 vote down

I know, this is a little outdated and does not exactly answer your question, but you might wanna check out haXe. You can also use it to generate as3 for you, plus there are many other reasons to use it. But this'd really get off topic...

link|flag
Cool, thanks for the suggestion! – HanClinto Sep 29 at 16:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.