home *** CD-ROM | disk | FTP | other *** search
- global gIntroMovieFlag, theQTMovie, gQuick
-
- on introMouseDownScript
- if frame() = 4 then
- repeat while the stillDown
- end repeat
- if gQuick then
- QTPause(theQTMovie)
- QTDispose(theQTMovie)
- go("StartMode")
- else
- if gIntroMovieFlag then
- QTPlay(theQTMovie)
- set gIntroMovieFlag to 0
- else
- QTPause(theQTMovie)
- QTDispose(theQTMovie)
- go("introPause")
- end if
- end if
- else
- if frame() > 4 then
- repeat while the stillDown
- end repeat
- go("StartMode")
- end if
- end if
- dontPassEvent()
- end
-