home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / office / autodemo_officexp / default / main.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-05-15  |  127 b   |  9 lines

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