home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_823 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  366 b   |  22 lines

  1. on(release){
  2.    tellTarget("_root.theMenu")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("_root.theMusic")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    _root.buttonSelection = "controls";
  11.    _root.gamePlaying = false;
  12.    nextFrame();
  13.    tellTarget("_root.game.ufo")
  14.    {
  15.       stop();
  16.    }
  17.    tellTarget("_root.game.ufo.light")
  18.    {
  19.       stop();
  20.    }
  21. }
  22.