Note: This post has been superseded by Doh! Enumerated Types Simplified.
Perhaps I'm being foolish, but as part of a "research" project, I'm attempting to translate a class library from C++ to AS2. So I came across an enum, and I was wondering what to do with it.
A bit of googling revealed that last year . . . → Read More: From C++ to ActionScript, Chapter 1: Enumerated Types, Generated