Hey people,
I’m new to AS3, and never really used class-based code in AS2.
My question is then, say for designing a new portfolio, would I have all of my code in external .as files (other than importing and instantiating them on my main .fla)?
Or does one usually have some functions and stuff on the main .fla as well?
E.g., to create a movieclip that has a logo graphic in it, should I bother making a Logo class, for example, in an external .as? Or, since I would only be using it once, just execute a function in my main .fla?
Thanks :afro: