home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_396_pad / frame_83 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  224 b   |  11 lines

  1. if(illusoft.Game.Instance.currentTile.id != "tile012")
  2. {
  3.    _root.levelmap._visible = true;
  4.    _root.levelmap.gotoAndPlay(2);
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay("nextlevel");
  9.    illusoft.Game.Instance.GoToNextLevel();
  10. }
  11.