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

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