Yes. Pretty much exactly as you describe it.

interface ITheInterface
{
 blah
}

class ClassA extends MovieClip implements ITheInterface
{
 blah
}

should work fine.

Ian

On 11/9/06, Haydn <[EMAIL PROTECTED]> wrote:
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

_______________________________________________
[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