home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / HELP.DIR / 00029.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  205 b   |  12 lines

  1. on exitFrame
  2.   global gHelpTrue, PSOUND
  3.   cursor(0)
  4.   patchpal()
  5.   set the volume of sound 1 to 255
  6.   set the volume of sound 2 to 255
  7.   setspeaker()
  8.   CLEANUP()
  9.   set gHelpTrue to 1
  10.   set PSOUND to 0
  11. end
  12.