home *** CD-ROM | disk | FTP | other *** search
/ The Complete Web Studio 2.0 / WS2_CD1.ISO / Tutorial / Tutorial.exe / Tutorial.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1999-07-29  |  271 b   |  7 lines

  1. on exitFrame
  2.   if not fValidMonitorSettings() then
  3.     alert("Your monitor settings are incorrect for this demo." & RETURN & "Please reset your monitor to HighColor (16bit)" & RETURN & "and resolution to 800 x 600 or larger, then run this demo.")
  4.     halt()
  5.   end if
  6. end
  7.