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

  1. n = 1;
  2. wr = 35;
  3. onenterframe = function()
  4. {
  5.    duplicateMovieClip("w","w" + n,16384 + n);
  6.    this["w" + n]._rotation = n * wr;
  7.    n++;
  8. };
  9. stop();
  10.