home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global language, pods
- set the exitLock to 1
- set the keyDownScript to "checkkeys"
- if not language then
- set language to "UK"
- end if
- if pods <> 0 then
- if getAt(pods, 1) = 1 then
- set the visible of sprite 48 to 0
- end if
- else
- set pods to [0, 0, 0, 0, 0, 0, 0, 0, 0]
- end if
- end
-