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

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