home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / spaceambush.swf / scripts / DefineSprite_592 / frame_17 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  79 b   |  6 lines

  1. c = Math.random() * 360;
  2. _rotation = c;
  3. _xscale = c;
  4. _yscale = c;
  5. stop();
  6.