The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsI'm reading this Essential ActionScript 3 book from O'Reilly, and the author seems to put a lot of emphasis into these things, at least in the first chapter. So are they really worth something? Do you professional programmers here really use them a lot?
Packages and classes allow you write code in a modular, organized, and reusable fashion.
Asus P5Q PRO, Intel E8400 @ 3.60 GHz, 4GB DDR2-1000, ATI HD4850
You'll end up using them a lot. Beginning to code in Flash with OOP design in mind would greatly simplify a lot of problems.
Well of course you always have the nooby option of not using them then end up typing more than 10 times more lines code mainly due to redundancy, not to mention the horrible organization you'd have to manage and the piss poor extensibility, where you could possibly end up rewriting the whole thing if you want to modify a part.
Surely you'll see the advantages of classes further in the book, packages are pretty much just folders for classes (because there tend to be a lot of them).