home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global mode, captionmode, delaytime
- set mode to "j"
- set captionmode to EMPTY
- set delaytime to 60
- set the exitLock to 1
- envcheck()
- end
-
- on envcheck
- if the colorDepth < 16 then
- alert(the text of field "NotEnoughDepth")
- alert(the text of field "NotEnoughDepth2")
- end if
- end
-
- on escape
- if controlDown() then
- go(1, "Mainmenu")
- end if
- end
-