home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / frame_25 / DoAction.as < prev   
Encoding:
Text File  |  2007-09-27  |  152 b   |  11 lines

  1. function soundOn()
  2. {
  3.    SoundObj.setVolume(100);
  4. }
  5. function soundOff()
  6. {
  7.    SoundObj.setVolume(0);
  8. }
  9. this.vol = 1;
  10. masterSound = new Sound();
  11.