home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  184 b   |  11 lines

  1. if(_framesloaded >= 37)
  2. {
  3.    gotoAndPlay(6);
  4. }
  5. else
  6. {
  7.    PerCentLoaded = _framesloaded / 37 * 100;
  8.    LoadingGraph.cVal = PerCentLoaded;
  9.    gotoAndPlay(_currentframe - 1);
  10. }
  11.