tb jugando un poco mas
se puede hacer que el trazo no sea tan preciso asi
Código:
a = random(perseguidorDup._height/2);
linea.lineTo((this._x)+a, (this._y)+a);
o algo asi
Código:
linea.lineTo(this._x, this._y);
j += 0.2;
linea.lineStyle(j, 0x000000, 100);
seguro se puede ajustar un poco mas aun
sldos