Martina Matuella: Multi Random Movement 2 -> Erweiterung !!!

Beitrag lesen

Hallo werndt,

Hab's nochmal schnell getippt und sieh da plötzlich gings fehlerfrei,
liegt wohl oder übel an einem Syntax-/Tippfehler meinerseits.

Danke und Grüße aus Tirol
Martina

stMR = setTimeout('MoveRandom()',10);
}
onload = function()
{Curve();
 MoveRandom();
 var stMRz = 0;

if(document.removeChild)
 for(var i = 0, di; i < (di = document.images).length; i++)
  {if(di[i].className != 'n')
      di[i].onmousedown = function()
           {this.parentNode.removeChild(this)};
           if(++stMRz == Pic.lenght){clearTimeout(stMR);};
  };
};
//-->