home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / flashlp / new_design / caption.swf / scripts / frame_2 / DoAction.as
Text File  |  2003-08-19  |  181b  |  11 lines

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