home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineSprite_1204 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-10-24  |  156 b   |  9 lines

  1. i = "1";
  2. while(i < "18")
  3. {
  4.    duplicateMovieClip("one","o" add i,i + 16384);
  5.    setProperty("o" add i, _rotation, i * "20");
  6.    i += "1";
  7. }
  8. stop();
  9.