home *** CD-ROM | disk | FTP | other *** search
/ Blue Byte News 1995 February / BBSHOW195.BIN / present / source / bbshow97.dir / 00048_SOUNDLEVEL.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  131 b   |  8 lines

  1. on exitFrame
  2.   set the soundLevel to 4
  3.   set the soundEnabled to 1
  4.   if the colorDepth <> 8 then
  5.     go("ColorErr_E")
  6.   end if
  7. end
  8.