home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 September / PCA0996.ISO / demos / blown / demo2.dxr / 00044_FarbAlarm.ls < prev    next >
Encoding:
Text File  |  1996-05-29  |  282 b   |  8 lines

  1. on exitFrame
  2.   cursor(200)
  3.   if the colorDepth < 16 then
  4.     alert("Dieses Demo l├ñuft am besten im 16-bit-Modus (Tausende Farben) oder im 32-bit-Modus (Millionen Farben) bei einer Aufl├╢sung von 640 mal 480 Pixel. Bitte stellen Sie Ihren Monitor um.")
  5.   end if
  6.   updateStage()
  7. end
  8.