home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineSprite_569 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  160 b   |  6 lines

  1. _alpha = Math.random() * 30 + 60;
  2. _X = Math.random() * 200 * -1 + 25;
  3. _Y = Math.random() * 100 * -1;
  4. _xscale = Math.random() * 70 + 30;
  5. _yscale = _xscale;
  6.