home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GR8Racing.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  189 b   |  9 lines

  1. Loading = getBytesLoaded();
  2. Total = getBytesTotal();
  3. _root.loaded = Math.round(loading / 1000);
  4. _root.totalk = Math.round(Total / 1000);
  5. if(loading >= Total)
  6. {
  7.    gotoAndStop(3);
  8. }
  9.