Preloader for high speed connections

Hi all,

I am making a preloader with different animations every 10%

The problem is that it works as it should when simulating with 56k but in higher connection speeds the animation chunks…

What i do is to check the percentance with if

if(percent == 10) { gotoAndPlay(“ten”)}
if(percent == 20) { gotoAndPlay(“twenty”)}

etc…

But in higher speeds it loads so fast that the animation dont play…