不斷的lineTo
onEnterFrame=function(){
line1 = random(30)+1;
linelocat1 = random(500);
linelocat2 = random(400);
movelocat1 = random(500);
movelocat2 = random(400);
linealp = random(30)+1;
this.lineStyle(line1,0xFF0000,linealp);
this.moveTo(linelocat2,linelocat1);
this.lineTo(linelocat1,linelocat2);
}
onEnterFrame = function () {
a1 = random (900) - 50;
a2 = random (700) - 50;
cline1 = random (200) - 100;
cline2 = random (200) - 100;
line = random (999999999999999999) + 1;
linealpha = random (51);
this.lineStyle (1,line,30);
this.lineTo (a1,a2);
this.lineTo (a1*2,a2*2);
this.lineTo (a1/0.9,a2/0.2);
};
留言
張貼留言