topical media & game development

talk show tell print

actionscript-example-Shape.ax

actionscript-example-Shape.ax (swf ) [ flash ] flex


  package {
   public class actionscript-example-Shape {
      public var fillColor:uint = 0xFFFFFF;
      public var lineColor:uint = 0;
  
      public function actionscript-example-Shape (fillColor:uint, lineColor:uint) {
        this.fillColor = fillColor;
        this.lineColor = lineColor;
      }
    }
  }


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.