home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  210 b   |  7 lines

  1. if(_framesloaded < totalframes)
  2. {
  3.    setProperty("/loadingbar/bar", _visible, "1");
  4.    setProperty("/loadingbar/bar", _xscale, _framesloaded / totalframes * "100");
  5.    gotoAndPlay(_currentframe - "2");
  6. }
  7.