Learning AS2 Classes Part 3
In the last 2 parts we covered simple classes using object and static methods. Today I’m going to go over class extensions.Extending classes is really useful when you want to make a bunch of classes that have independent functionality but also share a lot of common functions.
One of the most useful ways to use class extensions in game development is to extend the MovieClip class, and that’s just what we’re going to do now!


Comments(0)