Since this relates to some things that were brought up recently... Is it possible to have a class that extends MovieClip, but doesn't relate/link to a Library symbol, FULLY instantiate itself without additional Timeline code?
I'd like to simplify object creation for some classes I created, so that I can just use the "new" operator to instantiate them. I'm currently using the instatiating procedure that involves this general code: FooClass(this.attachMovie(FooClass.pseudoSymbolName, 'fooInstance', this.getNextHighestDepth())); I've looked around and haven't found a tidier way to accomplish this kind of instantiating, so I presume it's not possible. Does anyone know differently? - pixelTwiddler, a.k.a. Jason _______________________________________________ [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

