home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the volume of sound 1 to 175
- open("cd .")
- openXLib("xsecure")
- set obj to xsecure(mnew)
- set str to obj(msecure)
- set secure to 1
- if char 1 of str <> "r" then
- set secure to 0
- end if
- if char 2 of str <> "o" then
- set secure to 0
- end if
- if char 3 of str <> "4" then
- set secure to 0
- end if
- if char 4 of str <> "_" then
- set secure to 0
- end if
- if char 5 of str <> "c" then
- set secure to 0
- end if
- if char 6 of str <> "d" then
- set secure to 0
- end if
- obj(mdispose)
- closeXLib("xsecure")
- if not secure then
- quit()
- end if
- SetCastLanguage()
- sound close 1
- cursor(-1)
- repeat with i = 1 to 24
- set the visible of sprite i to 1
- end repeat
- repeat with i = 6 to 13
- set the visible of sprite i to 0
- end repeat
- set the visible of sprite 3 to 0
- set the text of member "text_leeg" to " "
- end
-