function AnimalPaint(Steps){ UpdatingPoint(Steps.shift()); if(Steps.length) window.setTimeout(function() { AnimalPaint(Steps) },1000) }