[Flashcoders] Error#1065

2008-09-22 Thread Charles Parcell
Having read numerous past posts on this list, I am still not clear on how to fix the issue I have. Basically, I have a document class and a class attached to a MC on stage that extends MovieClip. I have set Automatically declare stage instances OFF. I have imported MyBlock (the class attached

Re: [Flashcoders] Error#1065

2008-09-22 Thread Paul Andrews
- Original Message - From: Charles Parcell [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, September 22, 2008 8:08 PM Subject: [Flashcoders] Error#1065 Having read numerous past posts on this list, I am still not clear on how to fix the issue I

Re: [Flashcoders] Error#1065

2008-09-22 Thread Charles Parcell
On Mon, Sep 22, 2008 at 3:30 PM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Charles Parcell [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, September 22, 2008 8:08 PM Subject: [Flashcoders] Error#1065 Having read

Re: [Flashcoders] Error#1065

2008-09-22 Thread Glen Pike
If you specify a class for the Document class, you have to implement it somewhere in your classpath: e.g. /* ColorTest.as is your class */ package { import flash.display.Sprite; import flash.events.Event; import MyBlock; public class ColorTest extends Sprite { //or extends