home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / DefineSprite_8 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  215 b   |  12 lines

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