home *** CD-ROM | disk | FTP | other *** search
- fi = -1;
- i = 0;
- while(i < images.length)
- {
- if(_root["t" + i].place.getBytesTotal() < 100 || _root["t" + i].place.getBytesTotal() > _root["t" + i].place.getBytesLoaded())
- {
- if(fi == -1)
- {
- fi = i;
- }
- gotoAndPlay(5);
- }
- i++;
- }
- if(fi != -1)
- {
- thloading = fi + "/" + images.length;
- }
- else
- {
- thloading = "done";
- }
-