home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global pods, language
- set the exitLock to 1
- set the keyDownScript to "checkkeys"
- set language to "UK"
- if pods = 0 then
- set pods to [0, 0, 0, 0, 0, 0, 0, 0, 0]
- end if
- set the visible of sprite 48 to 0
- end
-
- on showCollectedPods
- global pods
- repeat with n = 1 to 9
- if getAt(pods, n) = 1 then
- set the blend of sprite (n + 12) to 100
- next repeat
- end if
- set the blend of sprite (n + 12) to 40
- end repeat
- end
-
- on stopMovie
- set the visible of sprite 48 to 1
- end
-