home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / mci.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  196 b   |  10 lines

  1. on exitFrame
  2.   global gProjectorPath
  3.   if the machineType <> 256 then
  4.     openXLib("Blackness")
  5.     Blackness("black")
  6.     closeXLib("Blackness")
  7.   end if
  8.   set gProjectorPath to the pathName
  9. end
  10.