Is it possible to for a class to extend another class as well as implement an interface? What I want to do is something like this:

ITheInterface {
        // etc.
}

ClassA implements ITheInterface extends MovieClip {
        // etc.
}

ClassB implements ITheInterface extends MovieClip {
        // etc.
}

Thanks,


Haydn.

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to