Re: Re: [Flashcoders] Mtasc & Delegate

2006-08-05 Thread jcarlos
jcarlos <[EMAIL PROTECTED]> wrote: > thanks Pål I´will check that > > - Original Message - > From: "Pål Østerud" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 02, 2006 6:48 AM > Subject: Re: [Flashcoders] Mtasc & Delegate > > >

Re: Re: [Flashcoders] Mtasc & Delegate

2006-08-04 Thread Hans Wichman
wrote: > thanks Pål I´will check that > > - Original Message - > From: "Pål Østerud" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 02, 2006 6:48 AM > Subject: Re: [Flashcoders] Mtasc & Delegate > > > Hi João, > Mtasc is more s

Re: Re: [Flashcoders] Mtasc & Delegate

2006-08-04 Thread Chris Allen
hris On 8/2/06, jcarlos <[EMAIL PROTECTED]> wrote: thanks Pål I´will check that - Original Message - From: "Pål Østerud" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 02, 2006 6:48 AM Subject: Re: [Flashcoders] Mtasc & Delegate Hi João, Mtasc is more stri

Re: [Flashcoders] Mtasc & Delegate

2006-08-02 Thread jcarlos
thanks Pål I´will check that - Original Message - From: "Pål Østerud" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 02, 2006 6:48 AM Subject: Re: [Flashcoders] Mtasc & Delegate Hi João, Mtasc is more strict with variable scope than MM's compiler. If you

Re: [Flashcoders] Mtasc & Delegate

2006-08-02 Thread jcarlos
it doesn´t work - Original Message - From: "John Grden" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, August 02, 2006 12:30 AM Subject: Re: [Flashcoders] Mtasc & Delegate what's the error you get? or does it just simply

Re: [Flashcoders] Mtasc & Delegate

2006-08-02 Thread Pål Østerud
Hi João, Mtasc is more strict with variable scope than MM's compiler. If you want to use mtasc on MM's Delegate method you can rename the variable called "func" inside the dynamically created function in the Delegate.create method (that is two places exactly, and don't touch the line "arguments

Re: [Flashcoders] Mtasc & Delegate

2006-08-01 Thread Adam Pasztory
Use this instead. It will make you happy. http://www.person13.com/articles/proxy/Proxy.htm -Adam On 8/1/06, John Grden <[EMAIL PROTECTED]> wrote: what's the error you get? or does it just simply not work? JPG On 8/1/06, jcarlos <[EMAIL PROTECTED]> wrote: > > hi All, > > I´m having problems

Re: [Flashcoders] Mtasc & Delegate

2006-08-01 Thread John Grden
what's the error you get? or does it just simply not work? JPG On 8/1/06, jcarlos <[EMAIL PROTECTED]> wrote: hi All, I´m having problems using Delegate with MTASC this works fine Flash compiler if (_actionRelease) { container_mc.onRelease = Delegate.create (this, handleRelease); }