home *** CD-ROM | disk | FTP | other *** search
- actWorld = _root.actLevel / 5;
- actWorldDisplay = actWorld + 1;
- actWorldPicture.gotoAndStop(actWorld + 1);
- continuePoint = _root.actLevel;
- switch(actWorld)
- {
- case 0:
- worldTitleDisplay = "Flats";
- break;
- case 1:
- worldTitleDisplay = "Highrise";
- break;
- case 2:
- worldTitleDisplay = "Skyscraper";
- break;
- default:
- worldTitleDisplay = "UNKNOW WORLD: " + actWorld;
- }
- delay = 70;
-