Figured it out after thinking for a moment....

It just needed to extend simpleButton.

Anthony Pace wrote:
I have taken it and put it into its own file.

The package is blank... now what?

Anthony Pace 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


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


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

Reply via email to