home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global repeat
- set repeat to 0
- set the exitLock to 1
- end
-
- on HaloModeKey
- put "HaloModeKey"
- if the key = "[" then
- go(#next)
- end if
- end
-
- on NameModeKey
- put "NameModeKey"
- if the key = "[" then
- go(#next)
- end if
- end
-
- on TabKey
- put "TabKey"
- if the key = TAB then
- go(#next)
- end if
- end
-