Essential ActionScript 2.0
From GMpedia.org Wiki
[edit] Essential ActionScript 2.0
by Colin Mook
- Rating: 5/5
- Requires: fundamental programming knowledge (preferably ActionScript 1.0)
If you already have a basic knowledge in programming or ActionScript and you want to learn ActionScript 2.0 and an easy entry into the world of OOP then this book is a great guide! It is easy to understand and get into the world of writing object oriented AS2.0 and covers all the OOP aspects of AS2.0 by describing how to handle classes, strict datatyping, inheritance, interfaces, packages, exceptions etc. and introduces some of the most important OOP design patterns like Observer, Singleton, MVC and Delegation Event Model.
If you had trouble learning OOP with other books because they where too theoretical and lengthy then try this book, it will make your study alot easier.
Essential ActionScript 2.0 at O'Reilly
Essential ActionScript 2.0 on amazon.com

