[Flashcoders] Extends Array ???

2007-05-22 Thread Stepanenko, Nikolai A.
Has anyone been able to get the indexer working by extending Array class? Like Myclass extends Array { ... Constructor and Other needed elements } !!! Usage I am looking for: Myclass[index] One of the properties of the prototype is length. It actually gets set on Myclass during

RE: [Flashcoders] Extends Array ???

2007-05-22 Thread Jesse Graupmann
www.justgooddesign.com/blog/ _ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stepanenko, Nikolai A. Sent: Tuesday, May 22, 2007 4:34 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Extends Array ??? Has anyone been able