home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 11 / CDROM11.iso / pc / fishwish / data / quit.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1995-05-31  |  167 b   |  12 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     if the machineType = 256 then
  6.       go("pcfade")
  7.     else
  8.       go("macfade")
  9.     end if
  10.   end if
  11. end
  12.