Occasionally Ill skim through the AS 3 docs for new stuff (never having taken the time to go through it all at once). I’ve noticed a lot of spelling errors. This one is my favorite.
How do I put my class in a package?
Like this:
package com.macromedia.foo {
**pubic** class Bar...
}
Notice how you can declare multiple classes in a single file.
It’s early. I’m easily amused.