home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / ZooSport.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2005-07-25  |  256 b   |  12 lines

  1. if(Number(_framesloaded) < _totalframes)
  2. {
  3.    a = int(_framesloaded * 100) / _totalframes;
  4.    if(100 < Number(a))
  5.    {
  6.       a = 100;
  7.    }
  8.    setProperty("/life", _xscale, a);
  9.    ab = Math.round(a) add " %";
  10.    gotoAndPlay(_currentframe - 1);
  11. }
  12.