home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / planetx.swf / scripts / DefineSprite_38 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  206 b   |  11 lines

  1. _root.stop();
  2. PercentLoaded = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  3. if(PercentLoaded != 100)
  4. {
  5.    setProperty(bar, _xscale, PercentLoaded);
  6. }
  7. else
  8. {
  9.    _root.play();
  10. }
  11.