home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / valo.swf / scripts / frame_191 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  129 b   |  6 lines

  1. game.currentMap = 1 + random(100);
  2. score += int(500 / onUp);
  3. buildMap(_root["myMap" + game.currentMap]);
  4. toWin = 0;
  5. lvls++;
  6.