home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / frame_80 / DoAction.as
Encoding:
Text File  |  2006-02-02  |  442 b   |  20 lines

  1. actWorld = _root.actLevel / 5;
  2. actWorldDisplay = actWorld + 1;
  3. actWorldPicture.gotoAndStop(actWorld + 1);
  4. continuePoint = _root.actLevel;
  5. switch(actWorld)
  6. {
  7.    case 0:
  8.       worldTitleDisplay = "Flats";
  9.       break;
  10.    case 1:
  11.       worldTitleDisplay = "Highrise";
  12.       break;
  13.    case 2:
  14.       worldTitleDisplay = "Skyscraper";
  15.       break;
  16.    default:
  17.       worldTitleDisplay = "UNKNOW WORLD: " + actWorld;
  18. }
  19. delay = 70;
  20.