topical media & game development

talk show tell print

actionscript-misc-Point.ax

actionscript-misc-Point.ax [swf] flex


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


(C) Æliens 27/08/2009

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.