ACTION语言组建参考。和大家分享 贝塞尔曲线的第一个点。 a — Property in class flash.geom.Matrix Matrix 对象的第一行第一列中的值,它影响在缩放或旋转图像时沿 x 轴的像素定位。 abs(val:Number) — Static method in class Math 计算并返回由参数 val 指定的数字的绝对值。 accept() — Static method in class adobe.utils.XMLUI 使当前的 XMLUI 对
都是简单入门的,很适合新手了。。。。。 package { import flash.display.Sprite; public class Test extends Sprite { public function Test() { init(); } private function init():void { graphics.beginFill(0xff0000); graphics.drawEllipse(100, 100, 100, 100); graphics.endFill(