home *** CD-ROM | disk | FTP | other *** search
- _quality = "GOOD";
- txtPercentage = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
- _root.flightmodel = 1.1;
- tellTarget("loader")
- {
- gotoAndPlay(Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100));
- }
-