home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / oddech / table / TableFootie.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-05  |  127 b   |  7 lines

  1. on(release){
  2.    _root.diffLevel = 0.9;
  3.    _root.noOfPlayers = 2;
  4.    _parent.gotoAndPlay("inGame");
  5.    stopAllSounds();
  6. }
  7.