home *** CD-ROM | disk | FTP | other *** search
- global gOpSys -- the local operating system
-
- --STARTMOVIE
- on startmovie
- global i
- global ADSET, PSOUND
- global fixpal
- if gOpSys <> #PIP then
- trackTimeStart
- end if
- set the exitLock to TRUE
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- SETSPEAKER
- if PSOUND <> 0 then
- puppetSound 0
- set PSOUND = 0
- end if
- puppetTransition 0
- cursor 0
- set i to 0
- set the keyDownScript to "checkKey"
- CLEANUP
- end startmovie
-