home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 September / PCpro_2001_09.ISO / autodemo / main.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-04-19  |  127 b   |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("/mute_sound")
  4.    {
  5.       gotoAndStop("sound_on");
  6.       play();
  7.    }
  8. }
  9.