home *** CD-ROM | disk | FTP | other *** search
/ Online Today 1999 February / AOLCD.ISO / mac / SHOW / start.dcr / 00016.ls < prev    next >
Encoding:
Text File  |  1998-11-10  |  127 b   |  8 lines

  1. global myplatform
  2.  
  3. on exitFrame
  4.   if not (the colorDepth >= 16) or (myplatform contains "68") then
  5.     go("Ende")
  6.   end if
  7. end
  8.