Programming ActionScript 3.0 |
|
|
|
| Getting started with ActionScript > Creating your own classes | |||
The process of creating classes for use in your projects can seem daunting. However, the more difficult part of creating a class is the task of designing the class--identifying the methods, properties, and events that it will include.
Strategies for designing a class
Suggestions for organizing your classes
|
|
|
|