topical media & game development

talk show tell print

actionscript-example-Point.ax

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


  package {
    public class actionscript-example-Point extends Serializer {
      public var x:Number;
      public var y:Number;
    
      public function actionscript-example-Point (x:Number, y:Number) {
        super();
    
        setRecordSeparator(",");
        setSerializationVars(["x", "y"]);
    
        this.x = x;
        this.y = y;
      }
    }
  }


(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.