True to form (in my experience anyway), I've just gone in to the classes to amend them using some of your suggestions and they're now not throwing any errors... I just don't get it. One thing that I noticed in your example code was that you called methods of the parent class using super.method() rather than this.method(). I wasn't aware you could do that, but it certainly makes reading the code more straightforward. Thanks!
On 11/17/05, NEILHIGHLEY.COM <http://NEILHIGHLEY.COM> < [EMAIL PROTECTED]> wrote: > > > All I can think of is that there may be an error prior to the 'super' > one that flash is airbrushing. > > Also try using : > super.constructor.apply(this, arguments); > for the constructor instead. > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

