Hi, Anthony,

You need to specify the full pathname in the IDE Linkage Properties. Also,
there seems to be capitaization mismatch between what you've entered in the
IDE and the class. Based on the class you pasted, the Class field in
LinkageProperties should  be "blah.rightArrow"  (not "blah.RightArrow")
-jonathan


On Wed, Nov 26, 2008 at 3:39 PM, Anthony Pace <[EMAIL PROTECTED]>wrote:

> Hmm,
>
> I set it to export for actionscript in the IDE
> give it the desired className RightArrow
> its instance has the name rightArrow
> I defined section for it in my file, yet it is under a package does that
> matter?
>
> package blah{
>
>
> }
> import flash.display.MovieClip;
>  class rightArrow extends MovieClip
>   {
>
>     public function rightArrow( )
>      {
>
>      }
>
> }
>
>
> and in the class
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
-jonathan howe
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to