home *** CD-ROM | disk | FTP | other *** search
/ 50 Spiele für Kids / 0004051417.iso / _SETUP.1 / zirkus.exe / scripts / frame_1 / DoAction.as
Text File  |  1999-10-06  |  180b  |  10 lines

  1. getUrl("FSCommand:fullscreen", "true");
  2. if(_framesloaded < _totalframes)
  3. {
  4.    prozent = int(_framesloaded * "100" / _totalframes) add " %";
  5. }
  6. else
  7. {
  8.    gotoAndPlay(76);
  9. }
  10.