home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineSprite_104 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  113 b   |  9 lines

  1. h = barSlide._height;
  2. y = cVal / _root.upgradeMax;
  3. if(1 < y)
  4. {
  5.    t = 1;
  6. }
  7. z = h * y;
  8. barslide._y = - z;
  9.