topical media & game development
actionscript-misc-Shape.ax
actionscript-misc-Shape.ax
[swf]
flex
package {
public class @ax-actionscript-misc-Shape {
public var fillColor:uint = 0xFFFFFF;
public var lineColor:uint = 0;
public function @ax-actionscript-misc-Shape (fillColor:uint, lineColor:uint) {
this.fillColor = fillColor;
this.lineColor = lineColor;
}
}
}
(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.