home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / OPENING.DIR / 00063.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  259 b   |  15 lines

  1. on exitFrame
  2.   global volume
  3.   if the machineType = 256 then
  4.     nothing()
  5.   else
  6.     openXLib("BLENDER1:FILES:RW.XOj")
  7.     initRearWindow(255)
  8.   end if
  9.   preLoadCast(8)
  10.   set the colorDepth to 8
  11.   set the soundLevel to 5
  12.   set volume to 2
  13.   SETSPEAKER()
  14. end
  15.