home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / avalanche.swf / scripts / DefineSprite_45 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  205 b   |  12 lines

  1. _root.stop();
  2. PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3. if(PercentLoaded != 100)
  4. {
  5.    tghbar._xscale = PercentLoaded;
  6. }
  7. else
  8. {
  9.    gotoAndStop("loaded");
  10.    play();
  11. }
  12.