home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / raven.swf / scripts / DefineSprite_110 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  166 b   |  7 lines

  1. _X = -30 + random(60);
  2. _Y = -20 + random(40);
  3. _xscale = 10 + random(100);
  4. _yscale = 70 + random(70);
  5. _rotation = -10 + random(40);
  6. gotoAndPlay(1 + random(10));
  7.