this.makeContainerResource();
Debug.write( 'mcref' , this.__LZmovieClipRef );
this.__LZmovieClipRef.createEmptyMovieClip( "$draw" , 4 );
this.__LZdraw = this.__LZmovieClipRef['$draw'];
Debug.write( 'draw' , this.__LZdraw );
this.__LZdraw.moveTo( x ,y );
this.__LZdraw.lineTo( x ,y );
this.__LZdraw.lineStyle( weight, color, unknown );
I need to run as flash6, make sure you have lzr=swf6 in the URL
foo.moveTo(lastx, lasty);
foo.lineTo(this.x, this.y);
this.lastx=this.x;
this.lasty=this.y;