home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 256 / DR_BRAIN.BIN / START.DIR / 00001.ls next >
Encoding:
Text File  |  1996-05-22  |  399 b   |  17 lines

  1. on exitFrame
  2.   set rumple to the searchPath
  3.   set rump to getAt(rumple, count(rumple))
  4.   if the colorDepth <> 8 then
  5.     set ralert to "More Bugs in Boxes was designed to run in 256 colors."
  6.     alert(ralert)
  7.     if the colorDepth < 8 then
  8.       quit()
  9.     end if
  10.   end if
  11.   if the machineType < 256 then
  12.     go(1, the pathName & "bugs:ipl")
  13.   else
  14.     go(1, the pathName & "bugs\ipl")
  15.   end if
  16. end
  17.