home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / enbolas.swf / scripts / frame_2 / DoAction.as
Text File  |  2006-01-17  |  140b  |  7 lines

  1. cargador._xscale = _level0.getBytesLoaded() * 100 / _level0.getBytesTotal();
  2. if(99 < cargador._xscale)
  3. {
  4.    gotoAndPlay(5);
  5. }
  6. play();
  7.