Re: [Flashcoders] object Arrays

2007-07-26 Thread Ron Wheeler
properties public or have public getters to access them within your class? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ilteris kaplan Sent: Thursday, July 26, 2007 3:18 PM To: Flash Lists Subject: [Flashcoders] object Arrays Hello All, Basically I am trying

RE: [Flashcoders] object Arrays

2007-07-26 Thread David Ngo
Are you declaring your properties public or have public getters to access them within your class? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ilteris kaplan Sent: Thursday, July 26, 2007 3:18 PM To: Flash Lists Subject: [Flashcoders] object Arrays

Re: [Flashcoders] object Arrays

2007-07-26 Thread Paul Andrews
eris kaplan" <[EMAIL PROTECTED]> To: "Flash Lists" Sent: Thursday, July 26, 2007 8:18 PM Subject: [Flashcoders] object Arrays Hello All, Basically I am trying to create a object which I can pass to my array and then access some properties of this object. Only problem is,

[Flashcoders] object Arrays

2007-07-26 Thread ilteris kaplan
Hello All, Basically I am trying to create a object which I can pass to my array and then access some properties of this object. Only problem is, I am trying to achieve this in a class. Basically I declared my array as a class variable and then instantiated it in my constructor function i