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

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