topical media & game development
actionscript-misc-EllipseDemo.ax
actionscript-misc-EllipseDemo.ax
[swf]
flex
package {
import flash.display.Sprite;
public class @ax-actionscript-misc-EllipseDemo extends Sprite {
public function @ax-actionscript-misc-EllipseDemo () {
var e:Ellipse = new Ellipse(20, 50);
e.setHeight(55);
e.setWidth(230);
addChild(e);
}
}
}
(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.