home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / lightsprites.swf / scripts / DefineButton2_874 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  173 b   |  7 lines

  1. on(release){
  2.    _global.gameDifficulty = 5;
  3.    _global.nextScreen = "game";
  4.    _root.transition2.gotoAndPlay("close");
  5.    _global.SoundManager.PlaySound("button2");
  6. }
  7.