home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineSprite_419 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-02  |  169 b   |  8 lines

  1. setValue = function(p)
  2. {
  3.    p = Math.max(0,Math.min(1,p));
  4.    this.bar._xscale = Math.max(0.1,p * 100);
  5.    this.gotoAndStop(int(Math.max(1,p * 100)));
  6. };
  7. stop();
  8.