home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / moneystrip.swf / scripts / frame_4 / DoAction.as
Text File  |  2005-12-23  |  216b  |  13 lines

  1. if(getBytesLoaded() == getBytesTotal())
  2. {
  3.    a = getBytesLoaded();
  4.    b = getBytesTotal();
  5.    a = Math.round(a / 1024) + "KB";
  6.    b = Math.round(b / 1024) + "KB";
  7.    play();
  8. }
  9. else
  10. {
  11.    gotoAndPlay(2);
  12. }
  13.