home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / ellipsis.swf / scripts / DefineSprite_168 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-02-20  |  163 b   |  6 lines

  1. d = _root.attachMovie("circle","circ" + _root.k,_root.k++);
  2. d._x = _root.base._x;
  3. d._y = _root.base._y;
  4. d._xscale = random(200) + 100;
  5. d._yscale = d._xscale;
  6.