home *** CD-ROM | disk | FTP | other *** search
- yield off
-
- ;// Cache some resources
- resPort=RResourcePort !
-
- play resPort activateDLL "compre.rsc" 1
- play resPort cacheDLL "compre.rsc" 0 1
-
- drop resPort
-
- ;// Setup fonts
- ;SubstituteFont "Dado" 0 14 4107
- ;SubstituteFont "Geneva" 1 10 4100
- ;SubstituteFont "Geneva" 0 12 4101
- ;SubstituteFont "Geneva" 0 14 4102
- ;SubstituteFont "Chicago" 0 12 4103
- ;SubstituteFont "Chicago" 0 14 4104
- ;SubstituteFont "Arial" 0 12 4105
- ;SubstituteFont "Arial" 1 12 4106
- ;SubstituteFont "Jackie" 0 16 4108
- ;SubstituteFont "Alien" 0 12 4109
- ;SubstituteFont "Alien" 0 18 4110
- ;SubstituteFont "Arial" 0 14 4111
- ;SubstituteFont "Arial" 1 14 4112
- ;SubstituteFont "Arial" 1 18 4113
- ;SubstituteFont "Times New Roman" 0 12 4114
-
- ;// Setup closed captioning
- ;SetClosedCaptioningColorIndex 11
- SetClosedCaptioningFont Arial 1 18
- SetClosedCaptioningRect 100 400 472 18*3+16
-
- ;// Install cursors
- InstallCursors
-
- ;// Add properties
- ;gPort=RWorldPort !
-
- ;drop gPort
-
- ;// Intro movies
- gScenePort=RScenePort !
- ;call pTitleMovie
- call pIntroMoviesDone
-
- procedure pTitleMovie
- [
- set gScenePort spacebarPressed pIntroMoviesDone
- set gScenePort returnPressed pIntroMoviesDone
-
- movie=RBinkMovie "MVTitle.bik"
- set movie mouseDown pIntroMoviesDone
- set movie finished pIntroMoviesDone
-
- play movie start
-
- ]
-
- procedure pIntroMoviesDone
- [
- drop movie
-
- ;// See ya!
- play gScenePort goToBlack
- StartTransition
- relay "zp1print.mps"
- ]
-