home *** CD-ROM | disk | FTP | other *** search
- if(!Isfirst)
- {
- this.levelmap.gotoAndPlay(illusoft.Game.Instance.currentTile.id);
- }
- levelroot = this;
- this.levelmap.select1.onRelease = function()
- {
- Isfirstlevel = 1;
- levelroot.gotoAndPlay("end");
- delete this.onRelease;
- };
- this.levelmap.select2.onRelease = function()
- {
- Isfirstlevel = 2;
- levelroot.gotoAndPlay("end");
- delete this.onRelease;
- };
- _global.sounds.StartMusic("map");
-