this.createEmptyMovieClip("draw_mc", 1); // 创建一个影片剪辑 draw_mc.lineStyle (1, 0x99CCFF); // 设置线条样式 draw_mc.moveTo(0, 0); // 绘画的起点
www.google.com.tw