home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / eolica.swf / scripts / frame_83 / DoAction.as
Encoding:
Text File  |  2005-07-26  |  434 b   |  20 lines

  1. GAME.init();
  2. stop();
  3. var myTrans = {};
  4. myTrans.endTransition = function()
  5. {
  6.    if(Navigation.location == "Island.Game2")
  7.    {
  8.       trace("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!back from feedback");
  9.       if(_global.gGameLevelIsComplete == true)
  10.       {
  11.          GAME.nextLevel();
  12.       }
  13.       else
  14.       {
  15.          GAME.repeatLevel();
  16.       }
  17.    }
  18. };
  19. Navigation.addEventListener("endTransition",myTrans);
  20.