home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_305 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  85 b   |  9 lines

  1. if(muteSound)
  2. {
  3.    mcSon.gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    mcSon.gotoAndStop(1);
  8. }
  9.