home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / opening.dir / 00026.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  278 b   |  18 lines

  1. on exitFrame
  2.   global volume
  3.   if the machineType <> 256 then
  4.     openXLib("RW.XOj")
  5.     initRearWindow(255)
  6.   end if
  7.   if the quickTimePresent then
  8.     continue()
  9.   else
  10.     go("ERROR")
  11.   end if
  12.   set volume to 6
  13.   SETSPEAKER()
  14.   sound stop 1
  15.   sound stop 2
  16.   unLoadCast()
  17. end
  18.