home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kingofthehill.swf / scripts / DefineSprite_178 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-25  |  108 b   |  5 lines

  1. var tScale = random(30) + 30;
  2. this._xscale = tScale;
  3. this._yscale = tScale;
  4. gotoAndStop(random(3) + 2);
  5.