home *** CD-ROM | disk | FTP | other *** search
- percentLoad = int(getProperty("/", _framesloaded) / getProperty("/", _totalframes) * "100");
- if(percentLoad >= "100")
- {
- percentLoad = "100";
- gotoAndStop(3);
- tellTarget("statusbar")
- {
- gotoAndStop(100);
- }
- }
- tellTarget("statusbar")
- {
- gotoAndStop(eval("..:percentLoad"));
- }
-