home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / parking_zone.swf / scripts / DefineSprite_53 / frame_1 / DoAction.as
Text File  |  2010-07-14  |  266b  |  10 lines

  1. spacing = 30;
  2. var i = 2;
  3. while(i <= 10)
  4. {
  5.    duplicateMovieClip("highScore1","highScore" + i,16384 + (100 + i));
  6.    this["highScore" + i]._x = this["highScore" + (i - 1)]._x;
  7.    this["highScore" + i]._y = this["highScore" + (i - 1)]._y + spacing;
  8.    i++;
  9. }
  10.