home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / PongLetter.swf / scripts / DefineSprite_9 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  179 b   |  7 lines

  1. pcent_loaded = 100 / _root.getBytesTotal() * _root.getBytesLoaded();
  2. progbar._width = pcent_loaded;
  3. if(_root.getBytesLoaded() >= _root.getBytesTotal())
  4. {
  5.    _root.play();
  6. }
  7.