home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / volumes / volume_1.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  240 b   |  13 lines

  1. i2 = int(loadedFrames / totalFrames * 100);
  2. i = i2;
  3. if(i < 100 or Number(loadedFrames) < Number(totalFrames))
  4. {
  5.    gotoAndPlay(2);
  6. }
  7. else
  8. {
  9.    _level1._root.stageController.play();
  10.    _level1._root.isLoaded = true;
  11.    stop();
  12. }
  13.