Friday, July 13, 2007

Flash_Api_drawing.fla



this.moveTo(100,100);
function onEnterFrame() {
this.lineStyle(random(100),random(0x00ff66),10);
this.lineTo(_xmouse,_ymouse);
}

No comments: