> Great, Nicolas. You are really pushing it. > I'm thinking about the Dynamic idea. The problem with extending the > Dynamic base type is, that you can only extend your own classes. I > wonder if this option couldn't be moved to an interface. So we can have > something like > MyClass implements MovieClip, Dynamic. > I'm not sure about all the implications, though. > > Cheers, > Ralf.
You'll notice that there is no interfaces, only classes. You are actualy "implementing" a class which itself have its own inheritance tree, so you can always add dynamic behavior to an existing class by defining a new class implementing Dynamic as you suggested. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
