I'm extending a class and for some odd reason it gets instantiated
twice. I'm linking the class directly to a movieclip, so here it is my
setup.

       Movieclip < AS 2.0 Class = myExtendedClass

       Classes:

       myClass extends MovieClip;
       myExtendedClass extends MyClass

       Inside myClass

       trace (this)

       When the script is tested I get this in the output;

       [object Object]
       _level0.instance1

       Any Ideas, pointers..?

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