home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / moreselmaniafix.swf / scripts / DefineSprite_76 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-16  |  204 b   |  11 lines

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