home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / Money-Money.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-19  |  173 b   |  9 lines

  1. total = _root.getBytesTotal();
  2. loaded = _root.getBytesLoaded();
  3. rate = int(100 / total * loaded);
  4. _root.barra._xscale = rate;
  5. if(rate == 100)
  6. {
  7.    gotoAndStop(3);
  8. }
  9.