Re: [Flashcoders] object Arrays

2007-07-26 Thread Ron Wheeler
Show the whole class definition. The compiler is pretty definite but you have not shown the part that it is complaining about. You are only show the part where it realizes that a complaint is in order. The error is higher up in the code. Ron David Ngo wrote: Are you declaring your propertie

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 H

Re: [Flashcoders] object Arrays

2007-07-26 Thread Paul Andrews
It's not really good paractice to name classes with Obj in the title, but anyway: class lizPieceObj { public var levelup:MovieClip; public varlizPieceMC:MovieClip; public varmasker:MovieClip; public varlevelMasker:MovieClip; public function lizPieceObj(levelup:MovieClip, lizPiec