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

Reply via email to