home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / casual_gameplay_escape.swf / scripts / DefineSprite_632_slider6 / frame_2 / DoAction.as
Text File  |  2008-09-05  |  146b  |  8 lines

  1. _root.navdisabled = true;
  2. if(_root.soundmute != true)
  3. {
  4.    hit = new Sound(this);
  5.    hit.attachSound("s08_sliders.mp3");
  6.    hit.start();
  7. }
  8.