[Flashcoders] "There is no method with the name 'Math'."

2006-04-06 Thread Mike Mountain
Why on earth would the compiler be telling me "There is no method with the name 'Math'." iNumber = Math.floor(iNumber/2); ? M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chat

Re: [Flashcoders] "There is no method with the name 'Math'."

2006-04-06 Thread Weldon MacDonald
it works for me. the only thing I can think of is it's not finding the class. Does syntax coloring recognise it? Did you modify class path? On 4/6/06, Mike Mountain <[EMAIL PROTECTED]> wrote: > Why on earth would the compiler be telling me > > "There is no method with the name 'Math'." >

Re: [Flashcoders] "There is no method with the name 'Math'."

2006-04-06 Thread Yotam Laufer
clear the .aso files? On 06/04/06, Weldon MacDonald <[EMAIL PROTECTED]> wrote: > > it works for me. the only thing I can think of is it's not finding the > class. Does syntax coloring recognise it? Did you modify class path? > > On 4/6/06, Mike Mountain <[EMAIL PROTECTED]> wrote: > > Why on earth

RE: [Flashcoders] "There is no method with the name 'Math'."

2006-04-06 Thread Mike Mountain
ally explain it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Yotam Laufer > Sent: 06 April 2006 13:26 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] "There is no method with the name 'Math'." > > cl