home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / DefineSprite_814 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  142 b   |  8 lines

  1. stop();
  2. this.onRelease = function()
  3. {
  4.    _global.bMute = true;
  5.    _global.mcRoot.mcMusic.oSound.stop();
  6.    this.gotoAndStop("off");
  7. };
  8.