home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / zkuste / irfan / menu.swf / scripts / frame_2 / DoAction.as
Text File  |  2004-08-02  |  175b  |  11 lines

  1. loading = Math.round(getBytesLoaded() / getBytesTotal() * 100);
  2. setProperty(loader, _xscale, loading);
  3. if(loading == 100)
  4. {
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndPlay(1);
  10. }
  11.