home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbular.swf / scripts / DefineSprite_199 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-12  |  197 b   |  8 lines

  1. sss.gotoAndStop(!_root.mute ? 1 : 2);
  2. sss.onRelease = function()
  3. {
  4.    _root.mute = !_root.mute;
  5.    sss.gotoAndStop(!_root.mute ? 1 : 2);
  6.    _root.gsound.setVolume(!_root.mute ? 100 : 0);
  7. };
  8.