home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  209 b   |  8 lines

  1. percentLoaded = 100 * (_root.getBytesLoaded() / _root.getBytesTotal());
  2. loading_str = "Loading " + Math.round(percentLoaded) + "%";
  3. if(percentLoaded < 100)
  4. {
  5.    gotoAndStop("loaderStart");
  6.    play();
  7. }
  8.