stop();
this.createEmptyMovieClip("xian", 1);
onMouseMove = function () {
if (draw) {
this.xian.lineStyle(5, 0xFF0000, 100);
this.xian.lineTo(this.xian._xmouse, this.xian._ymouse);
}
};
onMouseDown = function () {
draw = true;
this.xian.moveTo(this.xian._xmouse, this.xian._ymouse);
};
onMouseUp = function () {
draw = false;
};
画线.fla (32 KB)
画线.swf (862 Bytes)
要用flash8打开