home *** CD-ROM | disk | FTP | other *** search
- gPercentage = Math.ceil(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
- MLoader.gotoAndStop(gPercentage);
- vPercentage = gPercentage + "%";
- if(myGameObject.MainMovieIsLoaded())
- {
- myGameObject.GetExternalParameters();
- myGameObject.PreloadExternalGraphics();
- play();
- }
- else
- {
- prevFrame();
- }
-