home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_1076 / frame_25 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  416 b   |  19 lines

  1. if(!Isfirst)
  2. {
  3.    this.levelmap.gotoAndPlay(illusoft.Game.Instance.currentTile.id);
  4. }
  5. levelroot = this;
  6. this.levelmap.select1.onRelease = function()
  7. {
  8.    Isfirstlevel = 1;
  9.    levelroot.gotoAndPlay("end");
  10.    delete this.onRelease;
  11. };
  12. this.levelmap.select2.onRelease = function()
  13. {
  14.    Isfirstlevel = 2;
  15.    levelroot.gotoAndPlay("end");
  16.    delete this.onRelease;
  17. };
  18. _global.sounds.StartMusic("map");
  19.