hi

On Tue, Feb 16, 2010 at 9:52 PM, Samuel <actionscript...@gmail.com> wrote:
> hi all.
> my flash project is unknown class Cover.
>
> private var cover:Cover;
>
> Type was not found or was not a compile-time constant: Cover.
> Call to a possibly undefined method Cover.
>

create empty file Cover.as in the same folder with your main class,
and paste code below there.

package {
   public class Cover {
      public function Cover () {
      }
   }
}

Reply via email to