home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / snake-coil.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  165 b   |  13 lines

  1. tb = getBytesTotal();
  2. lb = getBytesLoaded();
  3. v = int(lb / tb * 100);
  4. _root.preloader._xscale = v;
  5. if(lb < tb)
  6. {
  7.    gotoAndPlay(2);
  8. }
  9. else
  10. {
  11.    play();
  12. }
  13.