home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / CHIPINTE052002.ISO / rtlnet / rtlintro.swf / scripts / DefineSprite_333 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-02-05  |  127 b   |  10 lines

  1. volume = _root.snd.getVolume();
  2. if(volume >= 0)
  3. {
  4.    _root.snd.setVolume(volume - 4);
  5. }
  6. else
  7. {
  8.    _root.snd.stop();
  9. }
  10.