home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / tema / zemko / fa / u_altman.swf / scripts / frame_1 / DoAction.as
Text File  |  2002-02-08  |  196b  |  10 lines

  1. if(this._framesloaded == this._totalframes)
  2. {
  3.    gotoAndStop(3);
  4. }
  5. else
  6. {
  7.    stazenobar = Math.floor(this.getBytesLoaded() / this.getBytesTotal() * 100);
  8.    stazeno = stazenobar + "%";
  9. }
  10.