Re: [Flashcoders] There is no method with the name 'super'

2006-10-30 Thread Quinten [ :: MediaMonks :: ]
eah, seems to popup again after I delete ASO files. Have you reported this already? regards, Muzak - Original Message ----- From: "Quinten [ :: MediaMonks :: ]" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, October 30, 2006 2:51 PM Subject: Re: [

Re: [Flashcoders] There is no method with the name 'super'

2006-10-30 Thread Quinten [ :: MediaMonks :: ]
e: Delete mcLinker from library and recreate it. regards, Muzak - Original Message - From: "Quinten [ :: MediaMonks :: ]" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, October 30, 2006 11:06 AM Subject: Re: [Flashcoders] There is no method

Re: [Flashcoders] There is no method with the name 'super'

2006-10-30 Thread Quinten [ :: MediaMonks :: ]
gleExt, so the class is loaded. regards, Muzak - Original Message - From: "Quinten [ :: MediaMonks :: ]" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, October 27, 2006 10:23 AM Subject: Re: [Flashcoders] There is no method with the name &#

Re: [Flashcoders] There is no method with the name 'super'

2006-10-27 Thread Quinten [ :: MediaMonks :: ]
he same error (code or no code in timeline). Must be a naming conflict with some internal/hidden class. regards, Muzak - Original Message - From: "Quinten [ :: MediaMonks :: ]" <[EMAIL PROTECTED]> To: Sent: Thursday, October 26, 2006 6:03 PM Subject: [Flashcoders] The

Re: [Flashcoders] There is no method with the name 'super'

2006-10-26 Thread Quinten [ :: MediaMonks :: ]
: Number, y : Number, w : Number, h : Number ); so you cannot call it. You could call super(0,0,0,0); greetz JC On 10/26/06, Quinten [ :: MediaMonks :: ] <[EMAIL PROTECTED]> wrote: I have 2 classes: 'Tester' wich extends a linked movie on the stage. And RectangleExtender wich is

[Flashcoders] There is no method with the name 'super'

2006-10-26 Thread Quinten [ :: MediaMonks :: ]
I have 2 classes: 'Tester' wich extends a linked movie on the stage. And RectangleExtender wich is called in Tester class Tester extends MovieClip { public function Tester() { var objRectangleExtender:RectangleExtender = new RectangleExtender(); } } and: import flash.geom.Rec