不斷的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);
}


lineTo




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);
};



lineTo.jpg



留言

這個網誌中的熱門文章

html嵌入youtube影片當背景,並靜音

css小發現:隱藏捲軸、強迫物件換行

好用的企畫編輯軟體- Axure