[Previous] [TOC]

Summary


Congratulations on learning how to work with objects and classes in ActionScript 2.0. In a few minutes, you learned how to accomplish the following tasks:

  • Create and use objects from existing classes.

  • Create a custom class.

  • Create a property within a custom class.

  • Create a method within a custom class.

  • Extend an existing class and take advantage of inheritance.

[Previous] [TOC]