创建圆角矩形:
1. 创建一个新的 Flash 文档,并将它保存为 roundrect.fla。
2. 将下面的 ActionScript 代码添加到时间轴中的第 1 帧:
this.createEmptyMovieClip("rectangle_mc", 10);
rectangle_mc._x = 100;
rectangle_mc._y = 100;
drawRoundedRectangle(rectangle_mc, 240, 180, 20, 0x99FF00, 100);
function drawRoundedRectangle(target_mc:MovieClip, boxWidth:Number,
boxHeight:Num