Re: [Flashcoders] Error Question AS3

2007-07-09 Thread Charles Parcell
Yeah, I feel dumb. Class scoping is set on the class identifier rather than the class constructor. I was looking at it the whole time. Charles P. On 7/7/07, Helmut Granda [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Error Question AS3

2007-07-09 Thread hermit
And my 1046 Error was solved by hitting the Delete ASO and Test Movie command. It sounds like a generic error (catch all and confuse). Yeah, I feel dumb. Class scoping is set on the class identifier rather than the class constructor. I was looking at it the whole time. Charles P. Hermit

Re: [Flashcoders] Error Question AS3

2007-07-06 Thread Charles Parcell
I have no answer for you. But I can say that I too am getting those errors, but in a completely different application. I have written a class and am trying to instantiate it from my Main document class. The code seems to be correct, yet I am getting this error. I will keep watching this thread

Re: [Flashcoders] Error Question AS3

2007-07-06 Thread Helmut Granda
http://www.google.com/search?hl=enq=1046%3A+Type+was+not+found+or+was+not+a+compile-time+constant On 7/6/07, Charles Parcell [EMAIL PROTECTED] wrote: I have no answer for you. But I can say that I too am getting those errors, but in a completely different application. I have written a class