topical media & game development
animation-ch02-Test.ax
animation-ch02-Test.ax
[swf]
[flash]
flex
package {
import flash.display.Sprite;
public class @ax-animation-ch02-Test extends Sprite {
public function @ax-animation-ch02-Test() {
init();
}
private function init():void {
graphics.beginFill(0xff0000);
graphics.drawEllipse(100, 100, 100, 100);
graphics.endFill();
}
}
}
(C) Æliens
04/09/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.